(search) Fix result count back down to 1 per domain
This commit is contained in:
parent
722b56c8ca
commit
5ab2a22e88
@ -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
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user