Quote:
Originally Posted by pinky62
Hi I have several tags 3-4 words long. If say sister is a word common to all four tags how can I search all containing this word any where in the entire tag string. So looking for sister, sister is searching for family. If I type sister I want books with either one or both of these tags to show in search? How? TIA
|
Without an example it isn't clear to me what you mean. Do you mean something like "sister, family, cat, dog" or do you mean "sister family, cat dog"?
If the first one, where the keywords are separate tags for the book, then use
Code:
tags:=sister or tags:=family
This finds books with either or both of the terms.
The second, where the words are embedded in the same tag, is
Code:
tags:sister or tags:family
This will match "family sister", and also "family, sister". Unfortunately it will also match "sisterhood".