mirror of
https://github.com/typesense/typesense.git
synced 2025-05-20 21:52:23 +08:00
Phrase search should cleanup state.
This commit is contained in:
parent
be5e43061c
commit
3d4ee4cf10
@ -2743,7 +2743,7 @@ Option<bool> Index::search(std::vector<query_tokens_t>& field_query_tokens, cons
|
||||
included_ids_map, is_wildcard_query,
|
||||
filter_result.docs, filter_result.count);
|
||||
if (filter_result.count == 0) {
|
||||
return Option(true);
|
||||
goto process_search_results;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user