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?