Opened 4 years ago
Last modified 4 years ago
#21572 new enhancement
[RFC][Patch] Allow matching by object history in search function — at Initial Version
| Reported by: | Woazboat | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
https://github.com/JOSM/josm/pull/80
https://patch-diff.githubusercontent.com/raw/JOSM/josm/pull/80.patch
Added the was keyword to the search function to allow matching objects based on their previous states. I.e. was <expr> matches an object if <expr> matches any previous version of the object.
Example:
was building=*to search for all objects that either currently have abuilding=*tag or have had this tag at any point in their history.was building=* -building=*to search for all objects that previously had abuilding=*tag which was removed at some point.
Note:
See TracTickets
for help on using tickets.


