I have a few data fields that I want to be searchable but I do not want them to show up in the filter section. How can I achieve this?
I’m afraid if you set the column as searchable, it will be available with the filter view.
1 Like
-
In your view, look for a column that has a lot of different values that the filter shows only a search field without showing a list of existing values. Let’s say its name is manyValuesViewColumn.
-
Make that column unsearchable.
-
Make a new virtual column,
- Make it searchable.
- Give it the same Display name as your manyValuesViewColumn that you have just made it unsearchable.
- Do NOT include it in any of your views.
- In its app formula concatenate the value of manyValuesViewColumn and the value of the other column you want to keep hidden.
Et voilà .. there you have it!
1 Like
Nice workaround
![]()
1 Like
.
.
