Open luacmartins opened 3 weeks ago
Triggered auto assignment to @anmurali (NewFeature
), see https://stackoverflowteams.com/c/expensify/questions/14418#:~:text=BugZero%20process%20steps%20for%20feature%20requests for more details. Please add this Feature request to a GH project, as outlined in the SO.
Hi! While working on the search parser, I noticed a feature in Peggy that could be beneficial. What's your opinion on making grammar keys case-insensitive, allowing from
and From
to function identically? It should be easy to implement by adding letter i
at the end of a literal in the grammar e.g. "from"
will become "from"i
. I think this feature would be useful and make the Search Router easier to use.
Sounds like a nice improvement, let's do it.!
reportID
toreportid
I think report
or report-name
is better than reportid
, in my opinion, since we type the report name, not the ID.
Not a priority
Coming from this comment, we want to update the filter grammar to use kebab case instead of camel case so it's a bit more friendly to users. Here are the filters that need to be updated:
cardID
tocard
taxRate
totax-rate
expenseType
toexpense-type
sortBy
tosort-by
sortOrder
tosort-order
reportID
toreportid
policyID
toworkspace
Issue Owner
Current Issue Owner: @luacmartins