- Issue created by @tzura
- Merge request !253517221: Fixing paging functionality and handling empty snippets. β (Merged) created by tzura
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.