Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Numbers or Date fields #476

Open
rajeev-tbrew opened this issue Mar 25, 2025 · 2 comments
Open

Support for Numbers or Date fields #476

rajeev-tbrew opened this issue Mar 25, 2025 · 2 comments

Comments

@rajeev-tbrew
Copy link

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.

@ts-thomas
Copy link
Contributor

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.

@rajeev-tbrew
Copy link
Author

Thank you Thomas!

When is the next major release planned. No pressure :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants