mirror of
https://github.com/typesense/typesense.git
synced 2025-05-22 23:06:30 +08:00
Add Index::adaptive_filter
.
This commit is contained in:
parent
eacd644d3a
commit
d0069fe2d3
@ -1958,6 +1958,7 @@ Option<bool> Index::rearrange_filter_tree(filter_node_t* const root,
|
||||
if (root == nullptr) {
|
||||
return Option(true);
|
||||
}
|
||||
|
||||
if (root->isOperator) {
|
||||
uint32_t l_filter_ids_length = 0;
|
||||
if (root->left != nullptr) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user