Problem with collection using type in rule.
I want to create a collection that has in it different types of resources, but it seems to not be working.
Rule:
type:Systematic Theology OR type:Courseware Textbook OR type:magazine OR type:journal OR type:dictionary OR type:encyclopedia OR type:Bible notes
I tried using parenthesis and commas etc. but it does not seem to work either.
type:(Systematic Theology, Courseware Textbook, magazine, journal, dictionary, encyclopedia, Bible notes)
Thanks ahead of time for any advice.
Comments
-
Try enclosing terms with multiple words in “” such as
type:”Systematic Theology”
If that doesn’t give you what you want please provide more details regarding what is not working as you expect
0 -
-
Hamilton Ramos said:
type:(Systematic Theology, Courseware Textbook, magazine, journal, dictionary, encyclopedia, Bible notes)
Close! Try type:("Systematic Theology", "Courseware Textbook", magazine, journal, dictionary, encyclopedia, "Bible notes") and you can get away with type:(Systematic, Textbook, magazine, journal, dictionary, encyclopedia, notes) as long as the short name is unique ("Courseware" is not unique).
See https://wiki.logos.com/Library__#Using_the_Find_box_to_filter_resources for rules.
Dave
===Windows 11 & Android 13
0 -
Awesome, thanks Dave.
It does work when using the quotation marks for the long type.
0