Gets added to each field on a given schema that you want to search on, and it would get converted to predicate.Or(<field1.containsFold>, <field2.containsFold>, [...]) on the backend.
https://github.com/lrstanley/entrest/issues/61 covers a good portion of this. I would still like some kind of advanced query functionality, maybe using go-queryparser, so will leave this open.
Add some way to have generic searching for a given endpoint.
Initial thoughts:
entrest.Searchable(true)
annotation?predicate.Or(<field1.containsFold>, <field2.containsFold>, [...])
on the backend.?q="<search parameters"