-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[PAID] [Search v2.1] - Sorting on Drafts and Finished does not work at all #46720
Comments
Triggered auto assignment to @dangrous ( |
👋 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:
|
Seems to happen on production build on local, so maybe backend or a previous regression that wasn't caught. Asking the folks working on search to have a look |
I believe this issue is related to a backend bug. @luacmartins recently worked on a backend change (#46481 (comment)) to address this bug, which could be causing the current problem. However, @luacmartins is currently out of the office. Can we find someone internally to handle this? |
I'm continuing to look into it but haven't found a fix yet. @iwiznia it looks like you worked on some of the syntax - any ideas? I've confirmed that the asc/desc exists correctly as ORDER BY in the query that's run here (e.g. The search already gets wacky results on prod, so although clicking the columns does CHANGE the sort, it's still wrong, so I'm not sure this is enough of an issue to block deploy... but open to other opinions |
Running SQL queries directly via command line DOES result in differently ordered results... so the issue has to be in |
Removing blocker label since prod is already weird, and this is no worse. |
The only filter that supports sorting is |
@luacmartins I can fix this, since I broke this, by removing the mechanism of disabling sorting for other filters than Expect a PR with fix soon. |
No worries! Thank you for working on this. |
@luacmartins actually I need to confirm one thing. In the past it was not that we only allowed Is that still true? Because what we call on the LHN |
Correct! Type expenses and status all is the only sortable one for now |
I think in general sorting on backend is usually always required while sorting on frontend is a nice addition. Since we can't drop sorting on backend then maybe this is a good idea? I'm assuming that technically we'd still have a call to
right? It would definitely allow us to simplify parts of |
Yea, that makes sense to me. I don't think this is a priority now though given that the functionality works. I'll add this to the list of follow ups here |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.18-10 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-08-19. 🎊 For reference, here are some details about the assignees on this issue:
|
@luacmartins When you get a chance, mind adding the |
Triggered auto assignment to @sonialiap ( |
Payment summary:
|
Triggered auto assignment to @strepanier03 ( |
@strepanier03 I'm OOO Aug 19-30, adding leave buddy. |
This comment was marked as resolved.
This comment was marked as resolved.
Paid. closing. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.0.16-0
Reproducible in staging?: Y
Reproducible in production?: Unable to check
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause - Internal Team
Action Performed:
Precondition:
Expected Result:
The expenses will be sorted accordingly
Actual Result:
The sorting on Drafts and Finished does not work at all
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6559944_1722577006437.20240802_133409.mp4
Bug6559944_1722594720567.bandicam_2024-08-02_18-30-56-057.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: