mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 06:36:29 +00:00
refactor errors / isolate core/http errors
This commit is contained in:
@ -268,7 +268,7 @@ mod tests {
|
||||
let alternatives = self
|
||||
.index
|
||||
.synonyms
|
||||
.synonyms(&writer, word.as_bytes())
|
||||
.synonyms_fst(&writer, word.as_bytes())
|
||||
.unwrap();
|
||||
|
||||
let new = sdset_into_fstset(&new);
|
||||
|
Reference in New Issue
Block a user