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

BAIPropertyFilter Fails to Return Results with Multiple Conditions #2939

Closed
yomybaby opened this issue Dec 11, 2024 · 0 comments · Fixed by #2938
Closed

BAIPropertyFilter Fails to Return Results with Multiple Conditions #2939

yomybaby opened this issue Dec 11, 2024 · 0 comments · Fixed by #2938
Assignees

Comments

@yomybaby
Copy link
Member

When using the BAIPropertyFilter to specify multiple conditions simultaneously, no results are returned. This issue seems to have arisen after the changes made in issue #2931, affecting the ability to filter data effectively when multiple criteria are needed.

@yomybaby yomybaby self-assigned this Dec 11, 2024
ironAiken2 pushed a commit that referenced this issue Dec 11, 2024
Resolves #2939

**Changes:**
Updates the filter combination logic in BAIPropertyFilter to:
- Return `undefined` instead of empty string when merging empty filter values
- Change operator types from 'and'/'or' to '&'/'|' to match backend expectations
- Standardize filter combination to use '&' operator consistently
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 a pull request may close this issue.

1 participant