Skip to content

Conversation

rbs333
Copy link
Collaborator

@rbs333 rbs333 commented Aug 26, 2025

Bug fix:

Solves problem if you pass a native string as a filter_expression not to set to blank string.

Copy link
Collaborator

@tylerhutcherson tylerhutcherson left a comment

Choose a reason for hiding this comment

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

rerun the cli notebook to get the output text as the latest release version :)

otherwise gtg

@rbs333 rbs333 merged commit fe6b8be into main Aug 26, 2025
9 checks passed
@rbs333 rbs333 deleted the bug/RAAE-1031/filter-expression-str branch August 26, 2025 15:22
Copy link
Collaborator

@justin-cechmanek justin-cechmanek left a comment

Choose a reason for hiding this comment

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

👍🏼

query_string = str(text_query)
assert f"@{text_field_name}:(search | document | 12345)" in query_string
assert f"AND {string_filter}" in query_string
assert string_filter in query_string
Copy link
Collaborator

Choose a reason for hiding this comment

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

this second assertion seems redundant.

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

Successfully merging this pull request may close these issues.

3 participants