With a Solr query returning 4 result, If I set parameter values :
- resultsPerPage=<empty> + maxResults=2
I expect to have only one page with 2 results but I have a page with two results and the pagination bar inviting me to go to page 2 - resultsPerPage=1 + maxResults=2
I expect to have only two pages with 1 result each but I have 4 pages with 1 result each and the pagination bar inviting me to go to page 3&4 etc.
The bug is around SearchServicegenerator:306 and SaxResultsSearchComponent:146
- Dépend de
-
CMS-9882 [Search service v2] Non-mandatory long parameters
- Closed