-
Notifications
You must be signed in to change notification settings - Fork 80
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
Searching within the active/archived courses list returns results from the entire course list #1477
Comments
I was part of this implementation, so I'll spend some time researching the issue or have someone on my team take a look. Additionally, I'm aware of the technical debt related to deprecating search API V1 in favor of V2, which I also have on my radar. FYI @bradenmacdonald |
hi @mariajgrimaldi, sorry for the delay This #1497 little PR contains the fix to solve this issue I left the previously opened PR that you told me to use as a backport #1496 Please let me know any comments you have :D |
Hi @mariajgrimaldi - I believe this may be the same as this high-priority bug on the test failures board, no? |
@crathbun428: yes! I linked the issue in the description in the originally posted section. Thank you! |
FYI @farhaanbukhsh |
@mariajgrimaldi Reviewed, should I merge these as well or you want a CC to do that ? |
Description
The archived/active filter on the Studio Home is not working as expected when using them with searching. When users attempt to filter for active/archived courses by using the 'Archived' option in combination with search actions, active courses are displayed instead of only archived ones.
Steps to Reproduce
Expected Result:
The system should display only archived courses based on the filters and search term. If no results are found, it should display the message: "We could not find any results."
Actual Result:
The system displays active courses in the list instead of archived ones.
This behavior repeats with active courses.
Additional Information
I'm guessing this issue was happening since this feature was introduced. When selecting active/archived, and then searching, the
archived_only
oractive_only
filters are somehow removed, resulting in filtering all courses instead.Originally posted here: openedx/wg-build-test-release#403
The text was updated successfully, but these errors were encountered: