Merge pull request #26401 from marination/order-by-weightage-for-web-items-develop

fix: Order Items by weightage in the web items query
This commit is contained in:
Marica 2021-07-09 15:20:02 +05:30 committed by GitHub
commit de4450aee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,8 @@ class ProductQuery:
filters=self.filters,
or_filters=self.or_filters,
start=start,
limit=self.page_length
limit=self.page_length,
order_by="weightage desc"
)
# Combine results having context of website item groups into item results