- Issue created by @tzura
- Merge request !253517221: Fixing paging functionality and handling empty snippets. β (Merged) created by tzura
- πΊπΈUnited States dmundra Eugene, OR
I believe this is working when I test it.
When a search is performed, results come back with a pager. When clicking on another page, the results should change but they are the same.
It looks like an incorrect variable is being used in the VertexSearchManager service. In the 'prepareSearchRequest' method, the page variable looks at $search_page_parameters to get the page value, when it should be looking at $search_parameters.
Correct the variable and put in some defensive coding to account for the page variable being empty.
I believe this is working when I test it.