# Custom search box in the detail tab

**URL:** https://community.glideapps.com/t/custom-search-box-in-the-detail-tab/28086
**Category:** Ask for Help
**Created:** [June 17, 2021, 4:55pm UTC](https://community.glideapps.com/t/custom-search-box-in-the-detail-tab/28086 "2021-06-17T16:55:33Z")
**Posts on this page:** 1
**Showing post:** 28

<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: [October 14, 2021, 12:18pm UTC](https://community.glideapps.com/t/custom-search-box-in-the-detail-tab/28086/28 "2021-10-14T12:18:53Z")

</div>

> [@HouseHippo](#):
>
> - Single value column, or single value relation? How do I point it?

Single Value Column. When you enter the search term and it’s written to the user specific column, it’s only written to a single row. But you want to filter across all rows, so you need the search term applied to all rows. The single value column does this for you.

> [@HouseHippo](#):
>
> How does “single value” connect to If Then Else?

It’s used as part of each condition in the if-then-else column. So for each column that you want to apply the search to, you’ll have a separate conditional in the if-then-else that compares the value in that column to the value in the single value column. You’ll probably want to use “if column-to-be-searched includes single-value-column, then true”. The effect of that is that if _any_ of the columns you apply it to include the search term, then it will return true, and the associated row can be included in your search results.

---

_[View the full topic](https://community.glideapps.com/t/custom-search-box-in-the-detail-tab/28086)._
