Doug Qian
10/09/2024, 7:27 PM"
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