Commit 33c9c3e
committed
docs(skills): point title search at --query instead of local jq matching
The stderr note added in this branch tells a caller when list values were
clipped, but the cheaper answer is not to match on them at all: incident
list already takes --query, a server-side full-text search over
title/labels/content that is unaffected by whatever the projection did to
the rendered value.
Filtering a page of list output locally is the pattern that runs into
clipped titles in the first place, and it also costs a page walk the server
could have skipped. Say so on the card, next to the existing --fields advice
that encourages projecting list scans down.1 parent fca93ea commit 33c9c3e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
| 497 | + | |
497 | 498 | | |
498 | 499 | | |
499 | 500 | | |
| |||
0 commit comments