I searched around but couldn't quite find what I'm looking for.
I'm trying to combine tags and would like to use OR instead of AND/NOT
Example: tag1 OR tag2
If I use "||", the result set is only tag2. I found some other forum results from 8-9y ago like using commas but that do not work either (likely due to changes since then).
The API docs do not refer to any OR operator: https://wallhaven.cc/help/api
Thank you!