You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: