-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[$250] No way to save a search after searching for a custom query #53036
Comments
Triggered auto assignment to @twisterdotcom ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.When a query is entered in the What is the root cause of that problem?The issue lies here where it determines whether the Save Search button should be displayed:
App/src/libs/SearchQueryUtils.ts Lines 630 to 638 in f4f8da7
This restriction was introduced to prevent showing the button for "canned" (default) search queries. However, when a user manually inputs a query, the code does not account for this case, leading to the button not being displayed. What changes do you think we should make in order to solve the problem?We have two options
as: const displaySearchButton = queryJSON && (!SearchQueryUtils.isCannedSearchQuery(queryJSON) || !!searchAdvancedFilters.keyword)
Option 2. Check If |
This feature works correctly IF values are picked using autocomplete suggestion list. The solution above is not the best way to solve this, as the core of the issue is the replacement of Please assign me to this task, and I will take care of the email part of this issue, after #52568 is merged. CC @luacmartins |
Job added to Upwork: https://www.upwork.com/jobs/~021861022728491645753 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @ikevin127 ( |
📣 @ikevin127 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
Thanks @Kicu |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.66-0
Reproducible in staging?: y
Reproducible in production?: y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?:
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @shawnborton
Slack conversation (hyperlinked to channel name): expensify-expense
Action Performed:
Expected Result:
Should have an option to save the results
Actual Result:
No option to save the search for a custom query
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Recording.792.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @KicuThe text was updated successfully, but these errors were encountered: