tutor-notes/changelog.d/20241017_233457_regis_meilisearch.md
Régis Behmo 6e8bc34475 feat: migrate to Meilisearch
We make use of a new search engine to search annotations. The index will
automatically be created and filled during init. This is considered a
breaking change if you have customised your notes index.
2024-11-29 22:28:03 +05:00

301 B

  • [Bugfix] Actually mount edx-notes-api repositories from host on tutor mounts add /path/to/edx-notes-api. (by @regisb)
  • 💥[Feature] Replace Elasticsearch by Meilisearch. The implementation is much more compact and readable. All content will be automatically re-indexed during init. (by @regisb)