__Remove the above section before submitting, and removal of the below template will result in the issue being closed.__
V3.18.1
When starting a new search having previously searched something and used the pagination it will return to the old search when using pagination with the new search
Steps to reproduce the behavior:
Expected behavior
Search will continue with new search when on next page



I have repro and have to figure out the best approach as it impacts sorting as well.
You can test a fix in the branch https://github.com/microsoft-search/pnp-modern-search/tree/wobba/v3-fixes.
That looks to work a treat, thanks so much :). Will keep testing. Really interesting reading through the code trying to figure out how it all works haha
@thebigs1992 Fixing these things in v3 is not fun as the codebase is not optimal and you patch on patching sort of. The caveat with my fix is that you get two API queries for some user scenarios - but figured that was better to ensure all UX components were in proper sync.