You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do we have support for numbers field. Basically, if we want filter data based on the date range and some text. Is there support for less than ('<') and ('>') operators.
Appreciate you response.
The text was updated successfully, but these errors were encountered:
That's a complicated feature for this library. Unfortunately such dynamic expressions arn't possible yet. The index is basically a pre-scored pre-encoded dictonary. The internal encoder has extended numeric support by using triplets under the hood, which performs significantly better on high cardinality numeric content. Although it doesn't support dynamic expressions, which has to be executed against every entry. I plan to provide a native persistent engine for the next major release. This will opens up new capabilities for such dynamic expressions, hopefully.
This is a great product. Thank you sharing it.
Do we have support for numbers field. Basically, if we want filter data based on the date range and some text. Is there support for less than ('<') and ('>') operators.
Appreciate you response.
The text was updated successfully, but these errors were encountered: