We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problematic Behavior When we select multiple Weekly pace options on the course search filter page we don't see any results.
Weekly pace
When we select:
On the page https://demo.richie.education/en/courses/?licences=3&licences=2&limit=21&offset=0&pace=1h-2h&pace=gt-2h
The results is always empty.
Expected behavior/code The search result should merge (OR) the filter conditions, because the component is a select multiple on the Weekly pace.
Steps to Reproduce
Both Weekly pace's has courses: https://demo.richie.education/en/courses/?licences=3&licences=2&limit=21&offset=0&pace=1h-2h https://demo.richie.education/en/courses/?licences=3&licences=2&limit=21&offset=0&pace=gt-2h
When both are selected, if didn't show any couse: https://demo.richie.education/en/courses/?licences=3&licences=2&limit=21&offset=0&pace=1h-2h&pace=gt-2h
Environment
Possible Solution
Fix the implementation to use and OR instead of AND.
OR
AND
Additional context/Screenshots
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Problematic Behavior
When we select multiple
Weekly pace
options on the course search filter page we don't see any results.When we select:
On the page https://demo.richie.education/en/courses/?licences=3&licences=2&limit=21&offset=0&pace=1h-2h&pace=gt-2h
The results is always empty.
Expected behavior/code
The search result should merge (OR) the filter conditions, because the component is a select multiple on the Weekly pace.
Steps to Reproduce
Both Weekly pace's has courses:
https://demo.richie.education/en/courses/?licences=3&licences=2&limit=21&offset=0&pace=1h-2h
https://demo.richie.education/en/courses/?licences=3&licences=2&limit=21&offset=0&pace=gt-2h
When both are selected, if didn't show any couse:
https://demo.richie.education/en/courses/?licences=3&licences=2&limit=21&offset=0&pace=1h-2h&pace=gt-2h
Environment
Possible Solution
Fix the implementation to use and
OR
instead ofAND
.Additional context/Screenshots
The text was updated successfully, but these errors were encountered: