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
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
0 commit comments