Hi Scott,
Not sure I understand what the issue you are having is.
So you want to set the page/offset to the first one when someone enters something in an input on your page, is that right?
And you keep the current page/offset in a query parameter?
If yes, it’s as easy as:
Select the input, add dynamic event > data > value changed
CAn you provide some info about the page?
Is it a content page? Was it created by using a parent page? Where is the query manager added (on which page)?
It was created by right clicking on the core-features folder in the Project Folder and clicking on create page and typing in the name of the page, choosing the layout, and adding a description.
The query manager is on the content page, not the layout page.
Yes both the content page and the layout page have an App ID is the same as the page name.
For example, the content page in question is named pages.ejs and the App ID is pages. Whereas the layout page is named admin.ejs and the App ID is admin.