Hi everyone,
Is there no way to search (e.g., using like in javascript) on multiple columns?
I am creating a search box that I want to be able to search %searchInput% on multiple columns.
I am currently using the .ilike(...)
I prefer not to create my own function and rather use something inbuilt in the javascript superbase caller.
Best regards Aron