# Search is only searching what is displayed on screen

**URL:** https://community.glideapps.com/t/search-is-only-searching-what-is-displayed-on-screen/16314
**Category:** Ask for Help
**Created:** [September 24, 2020, 6:57pm UTC](https://community.glideapps.com/t/search-is-only-searching-what-is-displayed-on-screen/16314 "2020-09-24T18:57:01Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![SuperMerabh](https://avatars.discourse-cdn.com/v4/letter/s/8491ac/32.png) [@SuperMerabh](https://community.glideapps.com/u/SuperMerabh)
#### Post date: [September 24, 2020, 6:57pm UTC](https://community.glideapps.com/t/search-is-only-searching-what-is-displayed-on-screen/16314/1 "2020-09-24T18:57:01Z")

</div>

Hello!

I have a screen with “editions” of a magazine, each edition takes to a page with a list of all articles in this edition. What I’d like to do, is allow the user to search for articles in the editions page. There is a column with list of articles, but when I search for a keyword it only searches in whatever is displayed on the screen (edition name) and not in all columns to find the article. It makes no sense to me. How can I fix that without showing a list of articles?

---

<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: [September 24, 2020, 9:51pm UTC](https://community.glideapps.com/t/search-is-only-searching-what-is-displayed-on-screen/16314/2 "2020-09-24T21:51:21Z")

</div>

Have you tried displaying a component that contains all article names in the details view and then hide it using a condition that will never be true?

My impression is that search will only look for values that are displayed inside details view for each item.

---

<div class="post-metadata">

### Author: ![SuperMerabh](https://avatars.discourse-cdn.com/v4/letter/s/8491ac/32.png) [@SuperMerabh](https://community.glideapps.com/u/SuperMerabh)
#### Post date: [September 24, 2020, 11:28pm UTC](https://community.glideapps.com/t/search-is-only-searching-what-is-displayed-on-screen/16314/3 "2020-09-24T23:28:14Z")

</div>

Yes, I tried that, but like you said, it’s showing me only results based on what is displayed and not based on what’s inside the rows. @david any solution for this? It makes searching a bit useless?

---

<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: [September 24, 2020, 11:47pm UTC](https://community.glideapps.com/t/search-is-only-searching-what-is-displayed-on-screen/16314/4 "2020-09-24T23:47:51Z")

</div>

Do you have a joined text column to join all article names?

---

<div class="post-metadata">

### Author: ![SuperMerabh](https://avatars.discourse-cdn.com/v4/letter/s/8491ac/32.png) [@SuperMerabh](https://community.glideapps.com/u/SuperMerabh)
#### Post date: [September 24, 2020, 11:49pm UTC](https://community.glideapps.com/t/search-is-only-searching-what-is-displayed-on-screen/16314/5 "2020-09-24T23:49:05Z")

</div>

I have a column with all article names in rich text

---

<div class="post-metadata">

### Author: ![Abe\_Garcia](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/abe_garcia/32/8272_2.png) [@Abe\_Garcia](https://community.glideapps.com/u/Abe_Garcia)
#### Post date: [February 19, 2021, 12:17am UTC](https://community.glideapps.com/t/search-is-only-searching-what-is-displayed-on-screen/16314/6 "2021-02-19T00:17:49Z")

</div>

Where you ever able to get search bar on home screen to search an entire excel document

---

<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: [February 19, 2021, 12:21am UTC](https://community.glideapps.com/t/search-is-only-searching-what-is-displayed-on-screen/16314/7 "2021-02-19T00:21:58Z")

</div>

You can only search whatever is displayed in the details view, not including inline lists coming from other Sheets.
