MedX-Media / MedX

open source media platform for med people to explore, learn, share, and contribute to the world of health-tech.
https://www.medxmedia.net
GNU General Public License v3.0
10 stars 7 forks source link

Search Feature Integration #94

Open BDadmehr0 opened 2 weeks ago

BDadmehr0 commented 2 weeks ago

These changes have been implemented to enhance the functionality of the MedX website, specifically by adding a search feature for blog posts. A new URL endpoint has been created in urls.py, along with the implementation of the search_posts function in views.py, allowing users to easily find their desired posts by entering keywords. The search results are returned as JSON, including details such as title, featured image, and publish date.

Additionally, a search modal has been integrated into the user interface to provide a seamless experience, allowing users to view results in real-time. Using JavaScript and AJAX, users can receive their search results without the need for page reloads. Furthermore, CSS has been updated to improve the appearance of the modal and search results, ensuring a more visually appealing experience.

Of course, the front end of this section is incomplete. image

To improve the frontend, visit this section