mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Fix test
This commit is contained in:
parent
294ccb6f44
commit
0cb2bf34a5
6 changed files with 28 additions and 13 deletions
|
@ -28,7 +28,7 @@ impl Index {
|
|||
self.main.remap_types::<Str, SerdeJson<DisabledTyposTerms>>().put(
|
||||
txn,
|
||||
main_key::DISABLED_TYPOS_TERMS,
|
||||
&disabled_typos_terms,
|
||||
disabled_typos_terms,
|
||||
)?;
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue