diff OrthancServer/Sources/Database/SQLiteDatabaseWrapper.cpp @ 5593:862b54b4cfe2 find-refactoring

implemented the default multi-stage find/expand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 04 May 2024 11:35:34 +0200
parents 1e2631b8b9af
children 3f13db27b399
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.cpp	Fri May 03 21:26:06 2024 +0200
+++ b/OrthancServer/Sources/Database/SQLiteDatabaseWrapper.cpp	Sat May 04 11:35:34 2024 +0200
@@ -1140,6 +1140,10 @@
     }
 
 
+#if 0
+    // TODO-FIND: Remove this implementation, as it should be done by
+    // the compatibility mode implemented by "GenericFind"
+    
     virtual void ExecuteFind(FindResponse& response,
                              const FindRequest& request, 
                              const std::vector<DatabaseConstraint>& normalized) ORTHANC_OVERRIDE
@@ -1301,6 +1305,8 @@
 
 #endif
     }
+#endif
+
   };