Please be aware that some commands may be automatically applied depending on your system configuration
""
Use quotes to match the exact search term.
AND
Matches all words, for example "one AND two" will match both "one" and "two". "&&" also performs the same function.
NOT
Forces the following term to be excluded, for example "Sysero NOT legal" will search for the word "Sysero" but exclude anything with the term "legal". "!" and "-" perform the same function.
*
Adds multiple wildcard characters, for example "automat*" will return results for "automate", "automation" and "automations".
~
Proximity search.Searches for two terms within a certain word count of one another, for example "Sysero legal"~5 specifies that "Sysero" and "Legal" must be within 5 words of one another.
^
Boosts a term, returning more relevant results for certain terms.For example "Sysero^5 legal" will specify that "Sysero" is 5 times more relevant than "legal" in the results.
()/Grouping
Use brackets to group query terms, for example "(Sysero OR legal) AND ship".