Riqwan Thamir
107ae23a3f
fix(utils, types, medusa-plugin-meilisearch, medusa-plugin-algolia): move SoftDeletableFilterKey, variantKeys, indexTypes from types to utils ( #4623 )
...
* chore: move SoftDeletableKey from types to utils
* chore: move variantkeys, indextypes
2023-07-27 16:42:26 +02:00
Oliver Windall Juhl
74bc4b16a0
feat(medusa-plugin-algolia): Revamp Algolia search plugin ( #3510 )
2023-03-22 12:55:26 +01:00
Oliver Windall Juhl
7e17e0ddc2
feat(medusa-plugin-meilisearch): Update + improve Meilisearch plugin ( #3377 )
...
* feat(medusa-plugin-meilisearch): Upgrade meilisearch deps + migrate plugin to TS
* fix version
* Remove transaction base service from search service
* Create .changeset/strange-mails-pump.md
* Backward compatibility
* Address PR feedback
* Fix folder structure
* Update readme
* Move types
* fix deps
* Change version in changeset
---------
Co-authored-by: adrien2p <adrien.deperetti@gmail.com >
2023-03-16 16:15:29 +01:00
Sebastian Rindom
4fd361fddd
merge develop
2021-10-15 20:09:31 +02:00
zakariaelas
8a57541b49
add: flatten collection.handle
2021-09-27 14:11:24 +01:00
zakariaelas
307b1c9342
fix cursor pagination + flatten variant options field
2021-09-24 01:20:12 +01:00
zakariaelas
560cc0de55
add: flatten collection title, tag value, and type value fields
2021-09-21 15:31:02 +01:00
zakariaelas
c67ca16a9b
more adjustments
...
move indexing logic to plugin
remove loadToSearchEngine from ProductService
adjust medusa core accordingly
2021-09-21 13:14:08 +01:00
zakariaelas
0fbde7c51f
add: abstract search functionality to core + adjust meilisearch-plugin
...
add SearchService interface to medusa-interfaces
add DefaultSearchService skeleton implementation to core
add search-index.js loader to core for indexing db documents
add SearchSubscriber to core
add loadToSearchEngine method in ProductService
switch order of loaders in core to load subscriptions AFTER plugins
adjust service and loader for medusa-plugin-meilisearch
2021-09-16 15:48:09 +01:00
zakariaelas
c56f37415d
add: medusa-plugin-meilisearch + add deleted event in productService + tweak emitted event data in productVariantService
2021-09-09 17:56:10 +01:00