mirror of
https://github.com/typesense/typesense.git
synced 2025-05-23 07:09:44 +08:00
Fix text match default.
This commit is contained in:
parent
e4f3090f5f
commit
160a91ede7
@ -774,7 +774,7 @@ Option<bool> CollectionManager::do_search(std::map<std::string, std::string>& re
|
||||
size_t max_extra_prefix = INT16_MAX;
|
||||
size_t max_extra_suffix = INT16_MAX;
|
||||
bool enable_highlight_v1 = true;
|
||||
text_match_type_t match_type;
|
||||
text_match_type_t match_type = max_score;
|
||||
|
||||
std::unordered_map<std::string, size_t*> unsigned_int_values = {
|
||||
{MIN_LEN_1TYPO, &min_len_1typo},
|
||||
|
Loading…
x
Reference in New Issue
Block a user