Phrase search should cleanup state.

This commit is contained in:
Kishore Nallan 2023-03-19 18:46:09 +05:30
parent be5e43061c
commit 3d4ee4cf10

View File

@ -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;
}
}