diff Framework/Plugins/IndexBackend.h @ 401:a8774581adfc db-protobuf

replaced "WithLabels" and "WithoutLabels", by "Labels" and "LabelsConstraint"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 Apr 2023 22:32:15 +0200
parents 7b3acfa95bd8
children 82921a29349a
line wrap: on
line diff
--- a/Framework/Plugins/IndexBackend.h	Fri Apr 07 15:43:42 2023 +0200
+++ b/Framework/Plugins/IndexBackend.h	Fri Apr 07 22:32:15 2023 +0200
@@ -302,8 +302,8 @@
                                  DatabaseManager& manager,
                                  const std::vector<Orthanc::DatabaseConstraint>& lookup,
                                  OrthancPluginResourceType queryLevel,
-                                 const std::set<std::string>& withLabels,
-                                 const std::set<std::string>& withoutLabels,
+                                 const std::set<std::string>& labels,
+                                 Orthanc::LabelsConstraint labelsConstraint,
                                  uint32_t limit,
                                  bool requestSomeInstance) ORTHANC_OVERRIDE;
 #endif