mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Make the search and the indexing work
This commit is contained in:
@ -1094,10 +1094,7 @@ impl Index {
|
||||
|
||||
/* separators easing method */
|
||||
|
||||
pub(crate) fn allowed_separators<'t>(
|
||||
&self,
|
||||
rtxn: &'t RoTxn,
|
||||
) -> Result<Option<BTreeSet<String>>> {
|
||||
pub fn allowed_separators<'t>(&self, rtxn: &'t RoTxn) -> Result<Option<BTreeSet<String>>> {
|
||||
let default_separators =
|
||||
charabia::separators::DEFAULT_SEPARATORS.iter().map(|s| s.to_string());
|
||||
let mut separators: Option<BTreeSet<_>> = None;
|
||||
|
Reference in New Issue
Block a user