Open jf8497 opened 1 year ago
This is doable but firmly a mid-size job to figure out a good syntax - The current search syntax just assumes AND by default and makes a few shortcuts due to that.
Since we're comma-delimited now, I guess you could write it tag:a || tag:b, tag:not_in_or
to keep things simpler. Although there's still multi-level OR operations to handle, alongside being able to escape that ||
for the unhinged edge-case where someone has that in a title..
sankaku complex uses ~ as it's or. So any ~
Please describe your suggestion, and the problem it'd solve. I would really appreciate support for logical OR operations in searches. This would be particularly useful when creating dynamic categories. For example, I'd like to have categories of favorite artists or tags that I could filter the library by, each with maybe dozens of entries.