mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(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(),
|
profile.getSizeLimit(),
|
||||||
SpecificationLimit.none(),
|
SpecificationLimit.none(),
|
||||||
List.of(),
|
List.of(),
|
||||||
new QueryLimits(2, 100, 200, 8192),
|
new QueryLimits(1, 100, 200, 8192),
|
||||||
profile.searchSetIdentifier
|
profile.searchSetIdentifier
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user