Quote:
Originally Posted by Rellwood
I am trying to create a "goodreads author" column since Goodreads only uses the first author and creates a second column for additional authors.
I would like to find any multiple authors so I can exclude them from the list.
How can I search the author column for multiple authors?
|
From the Help pages on searching:
Code:
You can search for the number of items in multiple-valued fields such as tags using the character # then using the same syntax as numeric fields. For example, to find all books with more than 4 tags use tags:#>4. To find all books with exactly 10 tags use tags:#=10.
Contrary to the wording, it works for {Authors}