You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently /projects/contribute page shows top 25 results for any query. The Algolia search engine supports pagination but it hasn't been implemented on the backend.
The task consists of 2 parts:
implement search results pagination on the backend (extend search::issue::get_issuesmethod to support page parameter)
After Contributions pagination support is implemented it needs to be extended to other pages with multiple page entity lists (Projects and Chapters pages)
Currently
/projects/contribute
page shows top 25 results for any query. The Algolia search engine supports pagination but it hasn't been implemented on the backend.The task consists of 2 parts:
search::issue::get_issues
method to supportpage
parameter)Documentation references:
The text was updated successfully, but these errors were encountered: