StackTipsLab / bloggy

Open source codebase for stacktips.com blog. It is built using Python and Django framework.
https://stacktips.com
MIT License
18 stars 6 forks source link

Implement Algolia Search for searching site contents #5

Open nilandev opened 10 months ago

nilandev commented 10 months ago

The current search functionality is limited and it is implemented natively using Django. It can be replaced by more intituative Algolia search.

Steps involved:

  1. Create an API key with Algolia
  2. Implement changes in django models to allow data indexing.
  3. Implement Search in the frontend using Algolia recommended javascript.
real-coder007Ravi commented 10 months ago

Hi @nilandev, I would like to work on the issue. Could you please assign me this issue.

nilandev commented 10 months ago

@real-coder007Ravi this issue is now assigned to you. Let me know if you have any questions.