Implement and Refactor Search Functionality for Tutorials #150
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces significant updates and refinements to the app's search functionality. Key changes include:
Related Issue
This PR is related to an issue that aims to implement and optimize the search functionality for tutorials based on tags and titles using Elastic Lunr.
Closes #149
Motivation and Context
These changes are necessary to provide users with a robust search experience. The existing search functionality was incomplete, making it difficult for users to find tutorials by tags and titles. By fully implementing Elastic Lunr, the app now offers a faster and more accurate search mechanism, improving overall user experience.
How Has This Been Tested?
Tested locally to ensure that the search functionality works as expected across various components.
Types of changes
Checklist: