← Back to team overview

dhis2-devs-core team mailing list archive

Updated filters in web-api

 

Hi everyone

I have updated the filters in the web-api to use the new QueryService
class, everything should work as before (just faster, since its splits
Criteria queries), please report back if you see any bugs.

Only "first level" filter operations will be optimised, i.e.
?filter=id:eq:1 can be optimized, ?filter=dataSets.id=id:1 can not (for now
at least).

--
Morten