# How to expand on searchable data in a map search bar?

**URL:** https://community.glideapps.com/t/how-to-expand-on-searchable-data-in-a-map-search-bar/15743
**Category:** Ask for Help
**Created:** [September 13, 2020, 9:58pm UTC](https://community.glideapps.com/t/how-to-expand-on-searchable-data-in-a-map-search-bar/15743 "2020-09-13T21:58:13Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [September 14, 2020, 4:28am UTC](https://community.glideapps.com/t/how-to-expand-on-searchable-data-in-a-map-search-bar/15743/5 "2020-09-14T04:28:50Z")

</div>

This was the thread. Haven’t taken the time yet to verify how the search is working with maps.

> [@Search Functionality Addresses issues](https://community.glideapps.com/t/search-functionality-addresses-issues/15698):
>
> I have an app that is built off a sheet with a LatLong column, a street address column, and a family name column. The landing tab is defaulted to maps. I have the search enabled. It used to be that when the user switched from the Map view to the list view, they could search the street they were on and see the addresses on that street. However now they can only search for the name. Is there a way to get the search to search on the street address column rather than the family name column?

One idea for you would be to have a sheet that can hold several filter values. Make that sheet your tab, but in the detail layout view of that tab, only show one button and one inline list with the map layout. Set the button action to be ‘Link to Screen’ ‘This Item’. This would give you a separate screen to set all the filters. Then you could use single value columns, or relation and lookups, to bring all of these filter values into the business listing sheet. Set up a series of if then columns to ultimately show a true or false that you can use for filtering.

---

_[View the full topic](https://community.glideapps.com/t/how-to-expand-on-searchable-data-in-a-map-search-bar/15743)._
