Jillian
Jillian
## Description Meilisearch allows us to create JWTs with embedded "filters", which guarantee that users searching with these tokens will only be permitted to see the documents that match these...
## Description This PR adds new datetime fields to the serialized library block metadata: `created`, `modified`, and `last_published`, and adds support for sorting search results by these dates or the...
## Description This PR was created to create a sandbox for a UI/UX review of forum notifications. It can be closed when this testing is complete. ## Supporting information Related...
## Description This PR ensures that when a content object is added/removed from a Collection, its search index document is updated to reflect this change. The `collection.key` values for each...
## Description https://github.com/openedx/edx-search/pull/164 introduced the MeilisearchEngine to replace Elasticsearch for Sumac and later. However, the management command used to [set up the course indexes](https://github.com/overhangio/tutor/blob/dbb91cb38f4c9d46dac28092745cc8afdb2c1b0c/tutor/commands/jobs.py#L177) has Elasticsearch-engine specific code in it,...