New Shepherd Feature

I just landed improvements to Shepherd's search capabilities. Now you can create complex search queries using and/or syntax and parenthesis groups.

By default, all words will be searched for with AND logic, i.e.: 'foo bar' will match anything containing both 'foo' and 'bar'. 
You can modify the logic with the explicit keywords 'AND' or 'OR' between words, i.e.: 'foo OR bar' will match anything either 'foo' or 'bar'.
To override this behavior multiple words (as well as the words AND and OR) can be placed in either single or double quotes.

More complex logic can be created by using parentheses to any arbitrary level.

If you see any issues with these changes, please let me know.

Peter

Received on Wednesday, 5 December 2012 05:18:09 UTC