# How to Implement a Search Function for Nested Inline List

**URL:** https://community.glideapps.com/t/how-to-implement-a-search-function-for-nested-inline-list/73534
**Category:** Ask for Help
**Created:** [May 21, 2024, 9:41am UTC](https://community.glideapps.com/t/how-to-implement-a-search-function-for-nested-inline-list/73534 "2024-05-21T09:41:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Namra](https://avatars.discourse-cdn.com/v4/letter/n/91b2a8/32.png) [@Namra](https://community.glideapps.com/u/Namra)
#### Post date: [May 21, 2024, 9:41am UTC](https://community.glideapps.com/t/how-to-implement-a-search-function-for-nested-inline-list/73534/1 "2024-05-21T09:41:20Z")

</div>

I have a list called “category,” which contains a list of products. Inside this list of products, there is another list called “brands”. So, there are three lists (one main list and two nested inline). I want a search bar available at the top of the category list. Whether I write a category name, product name, or brand name, it should search all three lists (category and the other two inline lists) and then show the results. Can we attach a custom query to the search bar? If yes, how? Or is there another way to solve this?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [May 21, 2024, 10:16am UTC](https://community.glideapps.com/t/how-to-implement-a-search-function-for-nested-inline-list/73534/2 "2024-05-21T10:16:38Z")

</div>

It’s not possible to customise the native search behaviour, but you can create your own custom search/filter. There are several tutorials about that demonstrate various methods to approach this. If you search, you will find them.

---

<div class="post-metadata">

### Author: ![Namra](https://avatars.discourse-cdn.com/v4/letter/n/91b2a8/32.png) [@Namra](https://community.glideapps.com/u/Namra)
#### Post date: [May 21, 2024, 10:32am UTC](https://community.glideapps.com/t/how-to-implement-a-search-function-for-nested-inline-list/73534/3 "2024-05-21T10:32:18Z")

</div>

Thank you for responding.  
Yes, I did search for them and found out about using the text component, but it isn’t giving me the required result. Anyways, if it’s possible for you to share some resources, I would be grateful.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [May 21, 2024, 10:34am UTC](https://community.glideapps.com/t/how-to-implement-a-search-function-for-nested-inline-list/73534/4 "2024-05-21T10:34:05Z")

</div>

Would you mind adding some screen shots from the Glide Data Editor that show how your data is structured?
