mirror of
https://github.com/larksuite/cli.git
synced 2026-08-03 08:32:46 +08:00
* feat(drive): add title+body joint search guidance and pagination rules for Top N results - Add new blockquote explaining combined title+body search: use a single --query with both keywords instead of splitting into two searches - Add rule for Top N results: N is an output cap, not --page-size; scan up to 3 pages filtering by title and summary_highlighted, read body only for title-matched candidates, stop early at N confirmed results - Add quick-reference table row for folder-scoped title+body search - Update pagination strategy rule to cover the 3-page cap for joint search in addition to the existing 5-page limit for other scenarios * feat(drive): clarify Top N search output limit * feat(drive): clarify search filters share one call --------- Co-authored-by: yballul-bytedance <273011618+yballul-bytedance@users.noreply.github.com>