I am trying to create a dynamic collection that includes all resources except for commentaries. I know this must be possible but I am not sure of the syntax needed to create this rule. Can anyone help? Thank you in advance.
Hi Chad
Try the rule below:
rating:>=0 ANDNOT type:"bible commentary"
This is a variant of the "Everything but Bibles" example collection at http://wiki.logos.com/Example_Collections
Please let us know if this doesn't give you what you need.
Graham
That's perfect Graham...Thank you so much.