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
Describe the bug
Currently, we can only search for projects only on the selected page. For example, when you go to the second page of the projects list and you enter a search the results will be shown only for projects on the second page. We want to search through all the projects. So we should clear the pagination query parameters when making a new search.
To Reproduce
Search for a project on the first page
Make sure that it appears in the results
Clear the search query
Go to the second page
Execute the same search
Now the project that was found on the first page is missing
Expected behavior
When searching for a project the results should not be limited only to the current page. Pagination query parameters should be cleared on every new search.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, we can only search for projects only on the selected page. For example, when you go to the second page of the projects list and you enter a search the results will be shown only for projects on the second page. We want to search through all the projects. So we should clear the pagination query parameters when making a new search.
To Reproduce
Expected behavior
When searching for a project the results should not be limited only to the current page. Pagination query parameters should be cleared on every new search.
The text was updated successfully, but these errors were encountered: