# Search does not work when using the bottom navigation

**URL:** https://community.thunkable.com/t/search-does-not-work-when-using-the-bottom-navigation/1349921
**Category:** Questions about Thunkable X
**Tags:** database, data-viewer
**Created:** [June 17, 2021, 9:43am UTC](https://community.thunkable.com/t/search-does-not-work-when-using-the-bottom-navigation/1349921 "2021-06-17T09:43:21Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![flexible.creatoryeij](https://avatars.discourse-cdn.com/v4/letter/f/c57346/32.png) [@flexible.creatoryeij](https://community.thunkable.com/u/flexible.creatoryeij)
#### Post date: [June 17, 2021, 9:43am UTC](https://community.thunkable.com/t/search-does-not-work-when-using-the-bottom-navigation/1349921/1 "2021-06-17T09:43:21Z")

</div>

I live in a common residence, and a small library is running in this space.  
I’m making a simple webpage that makes it easy to check and search for books in my library.  
There are quite a few categories of books, so they are organized to be classified by the bottom navigation, and the database is configured using an airtable.  
In the first category, it was confirmed that data view and search using AirTable were normal, and other categories were made in the same structure with the same configuration.  
But from the second tab, the search doesn’t work.  
I’ve made the project public, so I’d appreciate it if you could check it out and let me know if there’s something I’ve set incorrectly.

 ![스크린샷 2021-06-17 오후 5.56.28](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/1/c1dda7f8ae59b795cdb97aeab0530456fc443e19.png)  
[https://x.thunkable.com/copy/499aabe8b00900858590b42c9c3da071](https://x.thunkable.com/copy/499aabe8b00900858590b42c9c3da071)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [June 17, 2021, 2:57pm UTC](https://community.thunkable.com/t/search-does-not-work-when-using-the-bottom-navigation/1349921/2 "2021-06-17T14:57:41Z")

</div>

This is a great use for Thunkable! 🙂

Is your list viewer supposed to show all items that do **not** match the search text? Because that’s what it looks like those blocks will do with the `break out of loop` block.

Also, telling us that something “doesn’t work” is never enough detail about the issue. What do you mean that the search doesn’t work? Is it blank? Does it return the wrong value? How do you know? What have you tried in order to debug it (wait blocks, label value changes, etc.)? If the search did work (as on the other screen), what would be the expected result?

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [June 18, 2021, 12:31pm UTC](https://community.thunkable.com/t/search-does-not-work-when-using-the-bottom-navigation/1349921/3 "2021-06-18T12:31:46Z")

</div>

See this sample app. You can use the same coding blocks to achieve what you want.  
[https://x.thunkable.com/projectPage/600c35d2f153060012143dc8](https://x.thunkable.com/projectPage/600c35d2f153060012143dc8)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:20pm UTC](https://community.thunkable.com/t/search-does-not-work-when-using-the-bottom-navigation/1349921/4 "2024-11-08T13:20:15Z")

</div>


