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

The eq method is not escaping the / character #391

Closed
fabrizio-cannizzaro opened this issue Mar 4, 2024 · 3 comments
Closed

The eq method is not escaping the / character #391

fabrizio-cannizzaro opened this issue Mar 4, 2024 · 3 comments
Assignees

Comments

@fabrizio-cannizzaro
Copy link

Here a snippet:

SearchStream searchStream = entityStream.of(MeetingDetailDocument.class)
if (organizingEntity != null) {
stream.filter(MeetingDetailDocument$.ORGANIZING_ENTITY.eq(organizingEntity));
}
organizing entity is a String (TAG).
if we pass"a/b" to eq method, the / is not escaped and return false, because in Redis we have "a/b" value.

@bsbodden bsbodden self-assigned this Mar 4, 2024
bsbodden added a commit to bsbodden/redis-om-spring that referenced this issue Mar 6, 2024
@bsbodden
Copy link
Contributor

@fabrizio-cannizzaro could you test on your end?

@fabrizio-cannizzaro
Copy link
Author

Thank you @bsbodden. In which version will you release the fix?

@bsbodden
Copy link
Contributor

@fabrizio-cannizzaro sorry I'll be out on v.0.9.0-SNAPSHOT waiting to add a few more things before I push it out

bsbodden added a commit to bsbodden/redis-om-spring that referenced this issue Apr 8, 2024
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