Replies: 1 comment
-
Yeah! We've got some ideas how to implement this. In an ideal scenario I'd like be able to index any data and send that to Algolia or something else and not be reliant on Magento to index stuff. I think we can greatly reduce indexing complexity and give way more control to developers. Do you have any examples that show what it should look like in GraphCommerce? |
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
-
Just a suggestion. For the search, I'd use Algolia. Easy to implement for this type of framework. Just send the product data from Magento into Algolia. I believe there is an Algolia extension for Magento, but not really needed either (try to limit all extension in Magento), because you can just populate the index with some sort of Node API in nextjs.
Beta Was this translation helpful? Give feedback.
All reactions