Just to point out...
oddity: Operators- Grouping < > & Quote " "
You may not necessarily need the closing > or closing ", depending on your search, possibly when it is the last Operator in your search.
> trick < pony | horse
or
> trick < pony | horse >
will find:
trick pony
trick horse
trick horse pony
> "trick pony
or
> "trick pony"
will find:
the trick pony
but not:
trick the pony
oddity: Operators- Grouping < > & Quote " "
Re: oddity: Operators- Grouping < > & Quote " "
This is by design, Everything tries to be forgiving as possible when it comes to "" and <>.
Instead of throwing errors, it will add the > and " terminators for you.
Instead of throwing errors, it will add the > and " terminators for you.