fix: Order Items by weightage in the web items query

This commit is contained in:
marination 2021-07-01 17:20:24 +05:30
parent 6949114569
commit 99f449939d

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