Hi All,
I am trying to create a search bar that is capable of allowing a non-logged in user to search using a secure “ID” column, basically a uniquely created identifier.
Im getting stuck at the point where the search works, but instead of beginning from a “blank” search all of the records in my “ID” column are appearing and then when a matching ID is entered in the search, the search is refined and only shows the ID that was entered.
My intended user experience is to start with a blank seach and return results based on the ID entered, without a user needing to be logged in. I feel like I am missing something so simple to make this work. Help!