Improved search indexing #1067
glennjacobs
started this conversation in
Feature Requests
Replies: 1 comment
-
@alecritson do we want to try to get something in beta11 for this? From what I can see Collections and Price data would be helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment it is not easy to order products within a Collection easily by price and other fields. This is a typical requirement when displaying a "category" on a storefront.
To avoid complex database queries, we would normally look to search (Laravel Scout) to solve this. However, at present, we are not indexing Collections or prices against Products in Meilisearch and we are not generating indexes for different sorting, e.g. price desc.
We could do with a recommended approach for this.
Beta Was this translation helpful? Give feedback.
All reactions