lunar icon indicating copy to clipboard operation
lunar copied to clipboard

Meilisearch package

Open glennjacobs opened this issue 1 year ago • 4 comments

Port existing Meilisearch package, making any improvements we feel necessary.

glennjacobs avatar Jan 24 '24 22:01 glennjacobs

@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

lguichard avatar Feb 07 '24 14:02 lguichard

The idea is to set the Meilisearch index mappings based upon the attribute data configuration.

glennjacobs avatar Feb 07 '24 14:02 glennjacobs

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

omar-bfe avatar Feb 10 '24 02:02 omar-bfe

@glennjacobs I make this PR soon.

lguichard avatar Feb 13 '24 17:02 lguichard

This can be closed too as its been merged

ryanmitchell avatar Mar 20 '24 09:03 ryanmitchell