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
docs: Use idiomatic boolean filters in query examples (#1306)
docs: Use idiomatic boolean filters instead of eq() for boolean comparisons
Replace eq(x, false) with not(x) and eq(x, true) with bare boolean refs
in query examples, aligning docs with the idiomatic API supported by #1304.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments