mirror of
https://github.com/typesense/typesense.git
synced 2025-05-19 05:08:43 +08:00
Expose match type to API.
This commit is contained in:
parent
aec1e6cff0
commit
10fa7a8fa4
@ -990,7 +990,8 @@ Option<bool> CollectionManager::do_search(std::map<std::string, std::string>& re
|
||||
prioritize_token_position,
|
||||
vector_query,
|
||||
enable_highlight_v1,
|
||||
start_ts
|
||||
start_ts,
|
||||
match_type
|
||||
);
|
||||
|
||||
uint64_t timeMillis = std::chrono::duration_cast<std::chrono::milliseconds>(
|
||||
|
Loading…
x
Reference in New Issue
Block a user