lunar
lunar copied to clipboard
Meilisearch package
Port existing Meilisearch package, making any improvements we feel necessary.
@glennjacobs I already use Melisearch without external plugin, just install meilisearch/meilisearch-php.
What's do you need that features ? The oldest package doesn't include anything : https://github.com/lunarphp/meilisearch
The idea is to set the Meilisearch index mappings based upon the attribute data configuration.
Now the indexer is not calling UpdateFiltrableAttributes anywhere in the indexer logic. this is bug i have raised the issue here #1492 The Indexers logic is good i think it just needs some improvements. there is also an bug in indexing in fact when editing a product and only changing the media for example setting an other primary image or uploading a new image the change will not get reflected on the thumbnail in the search index cause this is just updating the Media Model and not the Product Model it needs a new hit on the save changes button so the Product Model get updated and so for the Search index
@glennjacobs I make this PR soon.
This can be closed too as its been merged