<@U01NZ4D0LDD> we’re going to look into restructur...
# community-help
d
@Jason Bosco we’re going to look into restructuring our queries this week and will probably involve a lot of reworking what we send up to Typesense is the following understanding correct for how to properly use
"
in the queries: •
"
prevents anything within it from getting re-ordered •
"
is case-insensitive So if I have a query like
"first group" second group "third group"
then the possible re-orderings would involve each group being shuffled around along with each word within “second group” So something like this:
"first group" second group "third group"
second "first group" group "third group"
second group "first group" "third group"
"first group" group "third group" second
"first group" group "third group" second
etc