I want to implement a suggest search in my project. I use a gino library and wondering how to code a "like" filter in gino code?
Basically i need to write this sql statement in gino code:
SELECT id FROM category WHERE category.name ILIKE '%query%'
Cant find anything in gino docs.