mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 22:56:28 +00:00
Fix PR comments
This commit is contained in:
committed by
Louis Dureuil
parent
70d71581ee
commit
a918561ac1
@ -346,5 +346,5 @@ fn normalize_facet_string(facet_string: &str, locales: Option<&[Language]>) -> S
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
token.normalize(&options).lemma.to_string()
|
||||
token.normalize(&options).lemma.into_owned()
|
||||
}
|
||||
|
Reference in New Issue
Block a user