GitHub user PragmaTwice added a comment to the discussion: Question about FT.SEARCH indices
``` project *: (filter (and e >= T, s < T): tag-scan d, VAL) ``` means it will use the index of `d`. it wil jump to the first key that `d == VAL`, and scan over it until the last key that `d == VAL`, and filter out via the condition `(and e >= T, s < T)`. GitHub link: https://github.com/apache/kvrocks/discussions/3391#discussioncomment-16194516 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
