Commit 5247fda
docs(metadata-protocol): fix stale where-slot arity note in ARRAY_VALUED_QUERY_SLOTS docblock (#8151)
The where row's last sentence described isFilterAST failing as if it were
the correct refusal (it produces malformedFilterArrayError, a 400 telling a
caller whose filters were each well-formed that their filter is malformed),
and was stale for the route it described: #7390 moved arity judgement for
this slot to the REST querystring ingress (assertFilterParamSuppliedOnce),
so a repeated ?filter= on GET /data/:object no longer reaches this block.
Also names the sharper half of #7390: ?filter=status&filter=%3D&filter=open
spells a valid AST and succeeds with a filter nobody expressed.
Comment-only, zero runtime change.
Fixes #8003
Claude-Session: https://claude.ai/code/session_01AmES43BMDg4bPrxTdi5q7t
Co-authored-by: Claude <noreply@anthropic.com>1 parent 7c21fb2 commit 5247fda
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1747 | 1747 | | |
1748 | 1748 | | |
1749 | 1749 | | |
1750 | | - | |
1751 | | - | |
| 1750 | + | |
| 1751 | + | |
| 1752 | + | |
| 1753 | + | |
| 1754 | + | |
| 1755 | + | |
| 1756 | + | |
1752 | 1757 | | |
1753 | 1758 | | |
1754 | 1759 | | |
| |||
0 commit comments