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
In search page, no order is requested by the frontend. To prevent inconsistency in page content, a default order is added by the backend. This default order doesn't use index and make request very slow when the number of item is high.
The solution is 1) add an order in frontend 2) remove the default order in backend
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Problem Description
In search page, no order is requested by the frontend. To prevent inconsistency in page content, a default order is added by the backend. This default order doesn't use index and make request very slow when the number of item is high.
The solution is 1) add an order in frontend 2) remove the default order in backend
The text was updated successfully, but these errors were encountered: