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
While filtering for projects with /projects endpoint and various filter parameters, the endpoint returns wrong pagination data if luceneSearch is set to false. When luceneSearch is true, the pagination response is correct.
How to reproduce
Filter projects from /projects?luceneSearch=false endpoint where response should contain more than 20 projects.
Check the totalElements in the response which always say 20.
Try to load second page which fails.
Try the same filter again but with luceneSearch=true.
Description
While filtering for projects with
/projects
endpoint and various filter parameters, the endpoint returns wrong pagination data ifluceneSearch
is set tofalse
. WhenluceneSearch
istrue
, the pagination response is correct.How to reproduce
/projects?luceneSearch=false
endpoint where response should contain more than 20 projects.totalElements
in the response which always say 20.luceneSearch=true
.totalElements
is correct.Versions
The text was updated successfully, but these errors were encountered: