Search Bar without connecting Firebase

Actions & Logic

Hi, I have been trying to research how to make my search bar work, but almost every video/document I read they have a firebase setup. I was wondering if there is a way of doing it so it goes based off of specific characters/strings that is typed in the app already.

For example, the image below is my search bar page, and on the search bar if I type in 'Real Estate' I want only that 1st card showing up. Or, if I type 'Re' I also want it to get 'Real Estate' and 'Retail' cards showing up only as they contain the letters 'Re'.

Keep in mind this is not grabbed from the firebase and instead all keywords industries (Smart Cities, Manufacturing, etc) are typed manually. Is there a way to do this without connecting database?

What have you tried so far?

Watched multiple videos on Simple Search Strings and read other posts related to the search bar - but nothing similar to mine.

Did you check FlutterFlow's Documentation for this topic?
No
2