|
One searches based on tags. The search syntax is simple.
Operators
- & (AND)
- ! (NOT)
- ' ' (OR) - implied
- it can be a list of tags, show items that contain any of the tags
this means, "all items with 'flap' or 'medal' or 'conclave' as tags"
e.g., "flap medal conclave"
- it can be a list of tags that must all be contained
this means, "all items with 'unami' and 'flap' as tags"
e.g., "unami & flap"
- it can be a list of tags, some of which must be excluded
this means, "all items with 'unami' but with out 'flap' as tags"
e.g., "unami & !flap"
- it can be a list of tags, with nested sub expressions
this means, "all items that contain both 'unami' and 'flap' or both 'chilantakoba' and 'flap'
e.g., "(unami & (flap) (chilantakoba & flap)"
|
|