Modify ↓
Opened 3 years ago
Closed 2 years ago
#5640 closed defect (fixed)
Operator 'OR' in search expression does not work, only 'or' and '|' works.
| Reported by: | adjuva@… | Owned by: | team |
|---|---|---|---|
| Priority: | trivial | 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)
Change History (1)
comment:1 Changed 2 years ago by jttt
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



In [3811/josm]: