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

Queryable null and Empty Strings #506

Merged
merged 4 commits into from
Nov 26, 2024
Merged

Queryable null and Empty Strings #506

merged 4 commits into from
Nov 26, 2024

Conversation

slorello89
Copy link
Member

With the GA of RediSearch 2.10, we are now able to support querying Null and Empty Strings.

This a breaking change, as the default configuration (which enables searchable null and empty strings), Requires RediSearch 2.10, You can disable this behavior by setting IndexEmptyAndMissing in the SearchFieldAttribute (either Indexed or Searchable attributes which will allow this to work with RediSearch < 2.10.

Copy link

@bsbodden bsbodden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@slorello89 slorello89 merged commit 3ab039b into main Nov 26, 2024
1 check passed
@slorello89 slorello89 deleted the feature/nullable-queries branch November 26, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants