# Search by Neighborhood

**URL:** https://community.glideapps.com/t/search-by-neighborhood/13577
**Category:** Ask for Help
**Created:** [August 4, 2020, 10:20pm UTC](https://community.glideapps.com/t/search-by-neighborhood/13577 "2020-08-04T22:20:27Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [August 4, 2020, 10:20pm UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/1 "2020-08-04T22:20:27Z")

</div>

Is there a way I can insert a search box for neighborhood into my details view?

I know you can search via a map tab, but I would like for users to type in an address (this would have to auto-suggest as well) and search for businesses that way. A list of business which match the neighborhood will then be populated. Inline list won’t work well since there are over 300 neighborhoods.

Thanks!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 4, 2020, 10:41pm UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/2 "2020-08-04T22:41:03Z")

</div>

Firstly auto suggest wouldn’t work.

About the neighborhood thing, probably you can write the search value via a text entry to a user specific column, then use that user specific column to populate a single value column in the sheet where you store all locations. Create a distance column to calculate the distance between the single value column and the addresses of locations.

---

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [August 5, 2020, 1:20am UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/3 "2020-08-05T01:20:57Z")

</div>

Not sure what you mean ☹ I also do not want anything a user types in or selects to go back on my sheet.

Can text entry be tied to an inline list like the choice component?

---

<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: [August 5, 2020, 1:55am UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/4 "2020-08-05T01:55:53Z")

</div>

user specific columns are not written to the sheet

[https://docs.glideapps.com/all/reference/data-editor/user-specific-columns](https://docs.glideapps.com/all/reference/data-editor/user-specific-columns)

---

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [August 5, 2020, 2:14am UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/5 "2020-08-05T02:14:16Z")

</div>

What does this part mean?

“This will create a new empty column in the data editor, ready for you or your users to add their own data”

---

<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: [August 5, 2020, 3:11am UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/6 "2020-08-05T03:11:53Z")

</div>

This will allow you to create a new column that’s internal to Glide only. It will allow you to store values in one column cell that are unique only to each user. This would be a perfect column to use with a text entry component to allow you to enter an address without it being written to the sheet or shared with other users of the app.

---

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [August 5, 2020, 1:47pm UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/7 "2020-08-05T13:47:52Z")

</div>

Yes I now understand this from our last chat. 🙂  
Can this be tied to an inline list to show a businesses in that neighborhood each time its typed in?

---

<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: [August 5, 2020, 1:59pm UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/8 "2020-08-05T13:59:39Z")

</div>

Yes, set your list filter accordingly.

---

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [August 5, 2020, 2:01pm UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/9 "2020-08-05T14:01:56Z")

</div>

For the text entry component, there is no option to pick a source or value to pull data from.

---

<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: [August 5, 2020, 2:04pm UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/10 "2020-08-05T14:04:25Z")

</div>

It’s a text entry component. It will show whatever is in the column it’s attached to and allow you to type to change that text? Why would you need a source or value? Sounds like you want a choice component instead.

---

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [August 5, 2020, 2:12pm UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/11 "2020-08-05T14:12:02Z")

</div>

There is a list of about 300 neighborhoods, so I would want a user to type in a neighborhood that’s already in the neighborhood column. Then a list of businesses that are in that neighborhood populates.

Since there are so many neighborhoods, this won’t work as choice component, at least for the inline list because each neighborhood will need its own inline list.

---

<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: [August 5, 2020, 2:14pm UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/12 "2020-08-05T14:14:54Z")

</div>

Why would each neighborhood need it’s own list instead of just filtering one list?

If you would rather type in the neighborhood, that’s fine. I don’t know why you would need a source or value. Those have nothing to do with a text entry component.

---

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [August 5, 2020, 2:32pm UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/13 "2020-08-05T14:32:00Z")

</div>

So essentially I want it to work like a search box where the businesses in that neighborhood populates.

How will the text entry component know which values that includes if its not pulling data from somewhere?

---

<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: [August 5, 2020, 2:47pm UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/14 "2020-08-05T14:47:34Z")

</div>

I don’t understand how you are expecting it to work. You type in the box. Why would you want to have it populated with values already? You filter the list off of the text entered.

Have you taken the time to go through any of the tutorial videos?

> **[🐥 Quick starts](https://docs.glideapps.com/all/guides/quick-starts)**
>
> Short tutorial courses to get you up and running

> **[🤿 Deep dives](https://docs.glideapps.com/all/guides/deep-dives)**
>
> In depth tutorials covering multiple topics

---

<div class="post-metadata">

### Author: ![Jen\_NYCP](https://avatars.discourse-cdn.com/v4/letter/j/848f3c/32.png) [@Jen\_NYCP](https://community.glideapps.com/u/Jen_NYCP)
#### Post date: [August 5, 2020, 3:09pm UTC](https://community.glideapps.com/t/search-by-neighborhood/13577/15 "2020-08-05T15:09:10Z")

</div>

I didn’t know the choice components turns into a search once there are more then 10 options, I think that will work better for neighborhood in that case!

I think I got the choice components I need down…Now it would just be tying those to an inline list, where the rows that match those selections populate below. That’s what were talking about on the other chat.

Thanks!
