Skip to content

Commit

Permalink
Add v1.10 experimental features to overview table (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
guimachiavelli authored Oct 3, 2024
1 parent 131291d commit 3631c7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions learn/experimental/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ Activating or deactivating experimental features this way does not require you t
| [Replication parameters](/learn/experimental/replication_parameters) | Alters task processing for clustering compatibility | At launch with a CLI flag or environment variable |
| [Search queue size](/learn/experimental/search_queue_size) | Configure maximum number of concurrent search requests | At launch with a CLI flag or environment variable |
| [Vector search](/learn/experimental/vector_search) | Allows Meilisearch to function as a vector embedding store | During runtime with the API route |
| [`CONTAINS` filter operator](/learn/filtering_and_sorting/filter_expression_reference#contains) | Enables usage of `CONTAINS` with the `filter` search parameter | During runtime with the API route |
| [Edit documents with function](/reference/api/documents#update-documents-with-function) | Use a RHAI function to edit documents directly in the Meilisearch database | During runtime with the API route |

0 comments on commit 3631c7e

Please sign in to comment.