Filter/search combination

Hi everyone,

I have a collection of cities, including their population, average salary, average cost of rent etc.

I want to create various sort filter options like “highest salaries, highest rent, lowest salaries, lowest rent”.

So when someone clicks the filter, then “highest salaries”, they see the cities with the highest salaries.

But I’d like to combine this filter box with a search.

So they can click the box, and also search for a city name, then click that name.

I currently have an “input” select with options like highest salary, which then pushes an action to xano.

Is it possible to add a search ability within this input, so that amongst the filter options are city names?