Ask a question to get started
Enter to sendā¢Shift+Enter new line
class FilterBuilder
Builds a Redis Search query string from filter criteria. Note: This is limited by RediSearch capabilities and may not support all operators.
Evaluates if a document matches the given filter criteria. Supports advanced operators like $gt, $lt, $in, etc.
Internal class for evaluating filters against documents. Supports MongoDB-style query operators.