Changes between Version 1 and Version 2 of Ticket #21572
- Timestamp:
- 2021-11-17T05:20:55+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21572 – Description
v1 v2 2 2 https://patch-diff.githubusercontent.com/raw/JOSM/josm/pull/80.patch 3 3 4 Added the waskeyword 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.4 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. 5 5 6 6 (For now) the history search only works for objects whose history is already in the cache/history data set and does not fetch history data automatically. (Not sure how feasible downloading the history of a massive amount of objects is in general with the OSM API)


