mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-14 16:07:50 +00:00
**Changes:** The searchable database extraction is now relying on the AttributePatterns and FieldIdMapWithMetadata to match the field to extract. Remove the SearchableExtractor trait to make the code less complex. **Impact:** - Document Addition/modification searchable indexing - Document deletion searchable indexing