[LFXV2-1443] docs: document filters, filters_all, and filters_or query params in README#42
[LFXV2-1443] docs: document filters, filters_all, and filters_or query params in README#42andrest50 wants to merge 2 commits into
Conversation
…EADME Generated with [Claude Code](https://claude.ai/claude-code) Signed-off-by: Andres Tobon <andrest2455@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
Updates the Resource Search API documentation to include the previously undocumented filters, filters_all, and filters_or query parameters so API consumers can discover and correctly use field-level filtering.
Changes:
- Documented
filters(AND),filters_all(preferred name for AND), andfilters_or(OR) in the Resource Search API parameters list. - Clarified filter format (
field:value) and that fields are auto-prefixed withdata..
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Generated with [Claude Code](https://claude.ai/claude-code) Signed-off-by: Andres Tobon <andrest2455@gmail.com>
Summary
Documents the
filters,filters_all, andfilters_orquery parameters in the Resource Search API section of the README, which were missing from the parameters list.filters— AND logic exact field filters (field:valueformat, auto-prefixed withdata.)filters_all— explicit preferred alias forfilters, same AND logicfilters_or— OR logic, at least one filter must matchTicket
LFXV2-1443