View Single Post
Old 09-29-2022, 07:58 AM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,501
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by pinky62 View Post
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".
chaley is offline   Reply With Quote