-
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
Hacky Prototype search UI using Instantsearch + Meilisearch [FC-0040] #868
Hacky Prototype search UI using Instantsearch + Meilisearch [FC-0040] #868
Conversation
Thanks for the pull request, @bradenmacdonald! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
10e9c97
to
331d45f
Compare
de38f95
to
130ab39
Compare
@bradenmacdonald Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future. |
(not meant to be merged)
This is the frontend UI for openedx/edx-platform#34310 ("Proof of Concept: index Studio content using Meilisearch")
It demonstrates a search modal that can be used to search courseware (all courses + all v2 libraries).
It looks like garbage since I'm just using the Instantsearch UI, unmodified. I just want to show the data and results :)
It integrates with tagging, so you can do hierarchical filtering of the content based on tags.
How to use
Follow the instructions on the other PR.
onClick
handler. So that's what you get for now.)Only works in development mode (hot reloading)
I was playing with using TypeScript in MFEs, so the code won't actually build for production. It runs fine in development mode however.