(search) Fix result count back down to 1 per domain

This commit is contained in:
Viktor Lofgren 2023-12-17 13:14:23 +01:00
parent 722b56c8ca
commit 5ab2a22e88

View File

@ -30,7 +30,7 @@ public class SearchQueryParamFactory {
profile.getSizeLimit(),
SpecificationLimit.none(),
List.of(),
new QueryLimits(2, 100, 200, 8192),
new QueryLimits(1, 100, 200, 8192),
profile.searchSetIdentifier
);