ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
49 stars 161 forks source link

[Feature Request] Search Functionality #417

Open Rahul7raj opened 1 week ago

Rahul7raj commented 1 week ago

🚀 Feature Request

I would like to implement a search functionality to enhance the user experience, allowing users to easily find any topics or content they are looking for. This feature will improve accessibility and navigation within the platform, making it more user-friendly and efficient.

Would you like to work on this feature?

ajay-dhangar commented 1 week ago

@Rahul7raj, good issue. I'm happy to help you with this. Please let me know if you have any questions or need assistance.

Rahul7raj commented 1 week ago

@Rahul7raj, good issue. I'm happy to help you with this. Please let me know if you have any questions or need assistance.

Thanks! I need help deciding which search engine to implement: Docusaurus Search Options. Which one would be most suitable for this project?

I've already implemented a custom search because I wasn't aware that Docusaurus offers search integration until I saw this documentation.