Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix page cursor and pagination #5541

Merged

Conversation

sandhya-veludandi
Copy link
Contributor

Note

I originally opened the same request on a now deleted account, and will submit pull requests from this account instead - thank you for your understanding.

Page Cursor

fix: page cursor position stays the same between page selection
Given a query with multiple result pages, if the cursor is moved to a result entry, then the user selects a different page, the cursor remains on the previous position.
wiki js-fix-page-cursor

Pagination

fix: search results not displaying on first page
Given a query with multiple result pages, if a certain page is selected, then another query (with the same or more result pages as the previous entry) is searched, the results will display on the previously selected page.
wiki js-pagination

@NGPixel NGPixel merged commit 4e5da41 into requarks:main Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants