Hi <@U01PL2YSG8L>, Could I receive search results ...
# community-help
s
Hi @Kishore Nallan, Could I receive search results that satisfy the following criteria for the string type: 1. Location field value ending with 'xyz' 2. Location field value containing 'xyz'"
j
Typesense only supports matching strings that start with (
prefix=true
search parameter) or contains (called infix search,
infix=true
search parameter, and you need to set
infix: true
in the collection’s schema for that field to enable infix search).
s
Thanks @Jason Bosco 🙂
👍 1