Changes between Version 1 and Version 2 of Ticket #21572


Ignore:
Timestamp:
2021-11-17T05:20:55+01:00 (4 years ago)
Author:
Woazboat
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21572 – Description

    v1 v2  
    22https://patch-diff.githubusercontent.com/raw/JOSM/josm/pull/80.patch
    33
    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.
     4Added 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.
    55
    66(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)