urschrei / pyzotero

Pyzotero: a Python client for the Zotero API
https://pyzotero.readthedocs.org
Other
908 stars 99 forks source link

Wrong documentation for combining tags via logical "OR" operator? #159

Open fabbra opened 2 years ago

fabbra commented 2 years ago

The documentation says one has to combine tags using " OR ", e.g., tag1 OR tag2.

However, in based on my experience using " OR " does not lead to the expected result but using " || " does, e.g., tag1 || tag2

Is there an error in the docs or am I wrong?