Is there a way to or modifiers in a criteria.
Say you want to say "w +Makayev; +Rasiermesser;" Those two need to be ored not anded like is currently done.
Noting everything else doesn't seem like a solution because that would break compatibility with anything that adds new modifiers.
criteria and oring modifiers
- Betelgeuse
- Fleet Officer
- Posts: 1920
- Joined: Sun Mar 05, 2006 6:31 am
Crying is not a proper retort!
-
- Developer
- Posts: 2998
- Joined: Thu Jul 24, 2003 9:53 pm
- Contact:
No, sorry there is no OR currently implemented.
Depending on what you want you can probably get by with running the query twice and concatenating the results with (append)
Depending on what you want you can probably get by with running the query twice and concatenating the results with (append)
-
- Developer
- Posts: 2998
- Joined: Thu Jul 24, 2003 9:53 pm
- Contact:
Just out of curiosity, what query do you want?