diff --git a/integration-tests/templates/openBIS-server/service.properties b/integration-tests/templates/openBIS-server/service.properties
index 2e5f575fdecc02d6fd99cb3f5dcf3b36299c3a90..61eb47a6dc824d5b4c421a699d8d69776e41ae42 100644
--- a/integration-tests/templates/openBIS-server/service.properties
+++ b/integration-tests/templates/openBIS-server/service.properties
@@ -53,4 +53,6 @@ hibernate.search.index-base = indices
 hibernate.search.index-mode = NO_INDEX
 # Defines the maximum number of elements indexed before flushing the transaction-bound queue.
 # Default is 1000.
-hibernate.search.batch-size = 1000
\ No newline at end of file
+hibernate.search.batch-size = 1000
+# Maximum number of search results
+hibernate.search.maxResults = 100000