Products not displayed in page and not found with search (pagination & search issue).
Closed this issue · 1 comments
elauria commented
Users reported being unable to find new products. Given that current amount of products is more than 100, and pagination size is of 100, newer products are not displayed. Given that Search function is done on the Frontend, products out of range are not found.
- Search should be performed by backend. API supports this already.
- Pagination should be handled on UI. API supports this since the beginning.
As a quick fix, pagination limit will be increased to 150 and Search will be modified to be done via the API. Proper pagination handling should be implemented in the UI afterwards.
elauria commented
Solved by adding support for pagination