I have a dashboard built on Data Studio. The default filter control to search results is case sensitive; is there a way make the search case insensitive? For example, I would like to search for "Dog" and the way it is set up now the search has to be exactly "Dog" and not "dog" or "DOG".
I tried using community visualization for search and it works great. However, this dashboard is embedded to a website and community visualization does not work in an embedded report.
Thank you!
While @sargsyan-grigor has posted the correct answer before, I found it hard to follow because of its brevity. Here are more extensive instructions:
I might be a bit late, but for everyone searching this.. I had the same issue, I created a parameter 'Searched text' and assigned it as the control filter of data studio's Input Box, then created a boolean field 'Search matches' which has the following body:
CONTAINS_TEXT(LOWER(field-being-searched), LOWER(Searched text))
then applied filter on my chart - Include - 'Search matches' - IS TRUE.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With