mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
Add disableOnNumber setting
This commit is contained in:
@ -78,6 +78,7 @@ pub mod main_key {
|
||||
pub const FACET_SEARCH: &str = "facet_search";
|
||||
pub const PREFIX_SEARCH: &str = "prefix_search";
|
||||
pub const DOCUMENTS_STATS: &str = "documents_stats";
|
||||
pub const DISABLED_TYPOS_TERMS: &str = "disabled_typos_terms";
|
||||
}
|
||||
|
||||
pub mod db_name {
|
||||
|
Reference in New Issue
Block a user