-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
The "editor flag" criterion of the edit search accepts multiple values (e.g., edits by editors who are auto-editors or bots); however, these searches will never find anything even when there are edits that match both.
Reason is that multiple flags are ANDed together instead of ORed, resulting in a bitmask for the search that is always 0.