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
fix: Remove unsupported $not operator and clarify limitations
- Remove incomplete $not operator implementation
- Throw clear error if $not is used
- Update documentation to reflect limitation
- Recommend using $ne for field-level negation instead
- All 290 tests still passing
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
> **Note**: The `$not` operator is not currently supported when using the backward-compatible translation layer. Use `$ne` (not equal) for field-level negation instead.
0 commit comments