mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 17:21:03 +00:00
Increase position by 8 on hard separator when building query terms
This commit is contained in:
committed by
Louis Dureuil
parent
2c9822a337
commit
996619b22a
@ -907,7 +907,7 @@ pub fn located_query_terms_from_string(
|
||||
TokenKind::Separator(separator_kind) => {
|
||||
match separator_kind {
|
||||
SeparatorKind::Hard => {
|
||||
position += 1;
|
||||
position += 8;
|
||||
}
|
||||
SeparatorKind::Soft => {
|
||||
position += 0;
|
||||
|
Reference in New Issue
Block a user