[No QA] Docs updates for E/A#94808 document Paid status report search filter#95410
[No QA] Docs updates for E/A#94808 document Paid status report search filter#95410MelvinBot wants to merge 1 commit into
Conversation
Co-authored-by: Nguyen Van Duc <dukenv0307@users.noreply.github.com>
|
A preview of your ExpensifyHelp changes have been deployed to https://17d95b7c.helpdot.pages.dev ⚡️ Updated articles: |
|
@MelvinBot Please open the PR |
|
🤖 Done — this PR is now open (marked Ready for review). It's out of draft and ready for reviewers. |
| - `total:` – total amount with relative comparisons | ||
| - `withdrawn:` – ACH withdrawal date | ||
| - `withdrawal-type:` – reimbursement, expensify-card, or central-travel-invoicing | ||
| - `paid-status:` – how the report was paid: `markedAsPaid`, `withdrawing`, or `confirmed`. Combine multiple values with commas, e.g. `paid-status:markedAsPaid,confirmed` |
There was a problem hiding this comment.
Naming/consistency: The values markedAsPaid and withdrawing/confirmed use camelCase, but every other operator value in this article uses lowercase kebab-case (e.g., expensify-card, central-travel-invoicing, year-to-date, last-statement). If these are the literal query values the search parser expects, keep them exact — but confirm the actual accepted syntax and align the style with the rest of the list so readers aren't misled about capitalization. Per HELPSITE_NAMING_CONVENTIONS.md, UI/query references must match the product exactly and be consistent.
HelpDot Documentation ReviewOverall AssessmentThis PR adds a single line documenting the new Scores Summary
Key Findings
Recommendations
Files Reviewed
Note: This is a single-line change; no separate inline comments were necessary. |
Concierge reviewer checklist:
For more detailed instructions on completing this checklist, see How do I review a HelpDot PR as a Concierge Team member? |
|
@RachCHopkins Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Explanation of Change
Expensify/App#94808 added a new Paid status filter for expense reports in Advanced Search, exposed as the
paid-status:search operator with three options:markedAsPaid,withdrawing, andconfirmed.This updates the help site article Use Search Operators to Filter and Analyze to document the new report filter operator, so the public docs reflect the current behavior.
What changed
paid-status:to the How to filter reports using search operators section, listing its three values and noting they can be combined with commas.Related
@dukenv0307, please review the files changed and confirm they reflect the current behavior. Then mark this PR
Ready for review.