Thread: Library Error
View Single Post
Old 12-07-2014, 05:30 PM   #6
Ryu-ookami
Junior Member
Ryu-ookami began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Dec 2014
Device: netbook
Quote:
Originally Posted by eschwartz View Post
The search expression
Code:
horror
will search for all instances of the word "horror" across metadata types.

You want to use
Code:
tags:"=horror"
Which will search for a tag which is equal to "horror". (Skip the equals sign to find tags which contain "horror".)

You can also click on stuff in the tags editor (left pane) to search for them, and it will fill in the search field, which can give you an idea how searches should look.
This worked thank you.
Ryu-ookami is offline   Reply With Quote