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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What’s changed
API request types
does_not_equal condition on verification property filters (#766)
The verification property filter in data source and database queries now accepts { does_not_equal: "verified" | "expired" | "none" } alongside the existing { status: ... } condition. For example, filter: { property: "Verification", verification: { does_not_equal: "expired" } } matches pages whose verification state is anything other than expired. Purely additive — existing status filters are unaffected.