-
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
[HOLD Search autocomplete][Search v2.5] - Input shows report ID instead of report name when selecting "Search in" #50976
Comments
Triggered auto assignment to @MariaHCD ( |
Triggered auto assignment to @kadiealexander ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Looks like this can be a follow up improvement as part of the Search project. This doesn't need to block the deploy. cc: @luacmartins |
ProposalPlease re-state the problem that we are trying to solve in this issue.The input shows report ID instead of report name. What is the root cause of that problem?The input displays the current query which has the report ID.
What changes do you think we should make in order to solve the problem?If we choose the contextual search item, I think we also should call App/src/components/Search/SearchRouter/SearchRouterList.tsx Lines 152 to 156 in 780e09e
What alternative solutions did you explore? (Optional)If we want to display the text input after selecting this option, we should separate the text input value and the query.
App/src/components/Search/SearchRouter/SearchRouterList.tsx Lines 152 to 156 in 780e09e
|
This is intentional #49457 (comment) |
It's not that easy to implement this, this feature would require us to have some sort of autocomplete which is the main thing we will be working on in Search 2.5. I suggest taking off the bug label and adding it to Search 2.5 issue list. WDYT @luacmartins @lakchote |
Current assignee @kadiealexander is eligible for the NewFeature assigner, not assigning anyone new. |
@luacmartins please assign me instead of Jakub to this Issue, we shuffled around. We will start the "autocomplete" part of v2.5 with this task, because the The main reason is that for
So we can easily switch from the version of StringQuery with This is impossible with reports and chats, because they can have the same name in different policies, and also change names when they are edited. |
Done! |
@Kicu, @luacmartins, @kadiealexander, @rayane-djouah Whoops! This issue is 2 days overdue. Let's get this updated quick! |
This is on hold for autocomplete |
Work in progress: #51633 |
PR is ready for review @rayane-djouah @luacmartins |
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.50-0
Reproducible in staging?: Y
Reproducible in production?: N/A - new feature, doesn't exist in prod
Email or phone of affected tester (no customers): applausetester+kh1310018@applause.expensifail.com
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
The input will show the report name instead of report ID.
Actual Result:
The input shows report ID instead of report name.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6637205_1729134482606.iD.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: