Fix PR comments

This commit is contained in:
ManyTheFish 2023-08-10 10:44:07 +02:00
parent 43c13faeda
commit 6b2d671be7
3 changed files with 12 additions and 12 deletions

View file

@ -359,8 +359,8 @@ where
geo_fields_ids,
vectors_field_id,
stop_words,
separators,
dictionary,
separators.as_ref().map(Vec::as_slice),
dictionary.as_ref().map(Vec::as_slice),
max_positions_per_attributes,
exact_attributes,
)