Is this search logic possible in a single search, or does it need multiple searches?Posted on: 05/27/25 06:01AM
I'm trying to do a search that would accomplish the below, I've looked at the howto:search and howto:cheatsheet wiki pages but not sure if it's possible with the available syntax.
So in a lot of other search engines you can do something like this:
example_artist_name ((red_hair AND green_eyes) OR (blonde_hair AND blue_eyes))
I can't figure out a search that would accomplish this on here, the closest working search I can get is something like this
example_artist_name {red_hair ~ blonde_hair} {green_eyes ~ blue_eyes}
But then I'll also get blondes with green eyes and redheads with blue eyes.
Is it possible or will I need to do multiple searches?