Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use combine operator
& and
|` (#2938)
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
- Loading branch information