Hey!
After adding pagination to my app, I changed how the search bar works to manipulate the query. I added a few columns the user will be able to search for, and it seems it works fine for numbers as the screenshot shows.
When I try to use the same concept for a string, it seems like the query works, but i cannot see the results at the table. You can even see the outline of the number of results (3 in the screenshot case) and the summary number of results at the bottom of the table, but no results. I'm not getting any error message, so not sure what should I do now.
Thanks!