[No QA] Docs updates for E/A#97337 Add search operators for custom fields and reimbursement IDs - #97743
[No QA] Docs updates for E/A#97337 Add search operators for custom fields and reimbursement IDs#97743MelvinBot wants to merge 2 commits into
Conversation
…ternational reimbursement IDs Co-authored-by: Shubham Agrawal <shubham1206agra@users.noreply.github.com>
|
@stephanieelliott Can you please look into this? |
|
HelpDot Documentation Review Overall Assessment Scores Summary
Key Findings
Recommendations
Files Reviewed
Note: Detailed line-by-line feedback has been provided as inline comments. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f385bcb663
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Concierge reviewer checklist:
For more detailed instructions on completing this checklist, see How do I review a HelpDot PR as a Concierge Team member? |
|
@jliexpensify 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] |
|
There's nothing to fix here — no CI check is actually broken. The only "failing" check is
Since this is a docs-only PR and all substantive checks are green, no fix/push is needed — the PR just needs a review approval to turn |
|
A preview of your ExpensifyHelp changes have been deployed to https://1186498f.helpdot.pages.dev ⚡️ Updated articles: |
Explanation of Change
E/A#97337 added three new advanced search filters to the Reports/Expenses Search page: Custom field 1, Custom field 2, and International reimbursement IDs. These are usable both as filter rows and as typed search operators, but the help site's search operators reference didn't list them.
This updates Use Search Operators to Filter and Analyze to document the three new report operators:
submitter-user-id:– Custom field 1 value on the reportsubmitter-payroll-id:– Custom field 2 value on the reportorder-deal-numbers:– International reimbursement IDs on the reportAlso added
custom fieldandinternational reimbursement IDsto the article'skeywordsfor discoverability.Labels/casing were verified against the live New Expensify UI (the three filter rows render as exactly Custom field 1, Custom field 2, and International reimbursement IDs) and against
src/languages/en.ts, followingHELPSITE_NAMING_CONVENTIONS.md,HELP_AUTHORING_GUIDELINES.md, andTEMPLATE.md.Related PR
@shubham1206agra, please review the files changed and confirm they reflect the current behavior. Then post a new comment saying
@MelvinBot mark this PR as ready for review.