Hi guys I am a newbie on Typesense and I need help...
# community-help
e
Hi guys I am a newbie on Typesense and I need help to search for a part of a word in one of my collection I have a field that contains several times the word product if I search by prod* the results are well found if I search by rodu no result how to search as a SQL LIKE %ordu% query Thanks for your help
k
By default Typesense only does prefix search. For infix search you've to enable it via infix: true in the collection schema.