Search keywords from google sheet not working

Hi @robert.lundelli4pcye
Yes, you can implement the filter view way for the searching without adding the filters.
The only issue with this method is that “contain” doesn’t exist as a filter.
If you add an equal condition on the table and you need to display all the data in the beginning then you need to add an extra column and condition.
Here is an example: Strict Dataviewer Search - Tutorials and DIY Guides - Community

The only issue with the method above is that you need to type the exact item in the search.

Another variation of this method is below and solves this issue using greater and lower on the conditions, but it fails for items with multiple words: Dynamic Dataviewer Search - Tutorials and DIY Guides - Community