-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Course Search] Search Modal: Filters #201
Milestone
Comments
8 tasks
bradenmacdonald
moved this from To refine
to In Progress
in Modular Learning - Tagging and Libraries
Mar 27, 2024
4 tasks
xitij2000
pushed a commit
to openedx/frontend-app-authoring
that referenced
this issue
Apr 11, 2024
Implementation of openedx/modular-learning#201 Implements a modal for searching course content with filters for searching in current or all courses, filtering by content type, content tags and text.
bradenmacdonald
moved this from In Progress
to Done
in Modular Learning - Tagging and Libraries
Apr 18, 2024
bradenmacdonald
moved this from Done
to In Progress
in Modular Learning - Tagging and Libraries
Apr 18, 2024
xitij2000
pushed a commit
to openedx/frontend-app-authoring
that referenced
this issue
Apr 24, 2024
As of #918 , the content search only allows filtering the results by one tag at a time, which is a limitation of Instantsearch. So with this change, usage of Instantsearch + instant-meilisearch has been replaced with direct usage of Meilisearch. Not only does this simplify the code and make our MFE bundle size smaller, but it allows us much more control over how the tags filtering works, so that we can implement searching by multiple tags. Trying to modify Instantsearch to do that was too difficult, given the complexity of its codebase. Related ticket: openedx/modular-learning#201
bradenmacdonald
moved this from In Progress
to Done
in Modular Learning - Tagging and Libraries
Apr 24, 2024
github-project-automation
bot
moved this from Done
to In Progress
in Modular Learning - Tagging and Libraries
Apr 24, 2024
bradenmacdonald
moved this from In Progress
to Done
in Modular Learning - Tagging and Libraries
May 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"As a course author, when searching for content, I want to be able to filter the results by content type or tag"
Figma designs
Requirements:
Implement everything shown in Figma that's in this part of the search modal:
Notes:
HierarchicalMenu
that already provide most of the functionality we need. To customize them to integrate with Paragon widgets, use the "hook" versions of each, e.g.useHierarchicalMenu
The text was updated successfully, but these errors were encountered: