Mercurial > hg > orthanc
diff NEWS @ 5841:57ab63fe9108 find-refactoring
tools/find: Limit and Since are now forbidden when filtering on DICOM tags that are not stored in DB
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 24 Oct 2024 15:08:43 +0200 |
parents | 82fc95cc168c |
children |
line wrap: on
line diff
--- a/NEWS Mon Oct 21 18:24:09 2024 +0200 +++ b/NEWS Thu Oct 24 15:08:43 2024 +0200 @@ -43,6 +43,8 @@ resource (e.g: Metadata, Children, ...) * With DB backend with "HasExtendedFind" support, a new /tools/count-resources API route is similar to tools/find but only returns the number of resources matching the criteria. +* With DB backend with "HasExtendedFind" support, usage of 'Limit' and 'Since in /tools/find + is not allowed if your query includes filtering on DICOM tags that are not stored in DB. Maintenance