Hello guys,
I would like to be able to male a search field to find an item over 2600 and i can have strange names.
I need to have a response when the user type "gat" that could find anything that has "gat" in the field and not "gat" as a word.
For exemple if we have a list of items like this :
- Gate
- Gat
- Item
- Open gate
and if i perform a query like this. :
const items = await Client().query(Prismic.Predicates.fulltext('my.type.name', 'gat'))
I get in response Gate, Gat, and Open gate
I hope i'm clear but for now Prismic i too limited to perform a search engin in your site