Modify ↓
Opened 14 years ago
Closed 14 years ago
#5640 closed defect (fixed)
Operator 'OR' in search expression does not work, only 'or' and '|' works.
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | search dialog | Cc: |
Description
In the search dialog the help text on the right side (english and german version) describes the strings '|' and 'OR' as operators for logical or. But the string 'OR' is not accepted as logical or - only the strings 'or' and '|' are accepted.
In the source file actions/search/PushbackTokenizer.java this behavior is obvious.
Solution: Change the help text (for languages) or accept additionally the string "OR".
Attachments (0)
Note:
See TracTickets
for help on using tickets.
In [3811/josm]: