Hello
I am looking for a simple way to exclude a certain text string from a gallery search results box.
I am currently using
Search(datasource,SearchInput.Text,"FullName")
Which works as intended to return results based on what the user types into the search field.
However i have some users that are added to the data source temporarily that i do not want showing up in the search. These users all have the same "FullName" as TEMP.
Is there a way to search the data source by what the user types in but exclude any results that match the string "Temp"?