MeiliSearch/meilisearch/src
meili-bors[bot] 34a07110de
Merge #3864
3864: Remove `/experimental-features` verbs that weren't in the PRD r=dureuill a=dureuill

Removes:

- POST `/experimental-features`
- DELETE `/experimental-features`

keeping only:

- PATCH `/experimental-features`
- GET `/experimental-features`

The two routes that are described in the PRD.

Following `@guimachiavelli's` [question](https://github.com/meilisearch/documentation/issues/2482#issuecomment-1611845372) about the POST route.

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2023-06-29 09:43:14 +00:00
..
analytics Fix analytics 2023-06-28 16:41:56 +02:00
extractors fix test name 2023-05-16 09:24:49 +02:00
routes Merge #3864 2023-06-29 09:43:14 +00:00
error.rs get rid of the invalid document delete filter in favor of the invalid document filter 2023-05-24 11:53:16 +02:00
lib.rs Add dump support 2023-06-26 16:29:43 +02:00
main.rs Expose a flag to enable the MDB_WRITEMAP flag 2023-05-15 11:38:43 +02:00
metrics.rs prefix http_* metrics by meilisearch 2023-06-28 11:21:50 +02:00
middleware.rs prefix all the metrics by meilisearch_ 2023-05-25 17:41:53 +02:00
option.rs Compute instance features from CLI options 2023-06-26 16:29:43 +02:00
search.rs Rename the hits and query output into facetHits and facetQuery respectively 2023-06-28 15:06:08 +02:00