Monday, February 20, 2017

Re: Implementing a basic search for my website

If you want a pre-rolled solution, just use Django-haystack. It'll do exactly what you want.

If you want to create your own to avoid the dependency on additional libraries and backend (you'll need something like Elasticsearch), that's easy also. Let me know if you do. I have some sample code lying around and will dig it up and document it a bit if you're interested in implementing it. You'll still need to have to store your own indexed data in some kind of backend, but you can use whatever you like.


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOzwKwEtpBWGizLfkJ0t_Uy5cZVwnGHL10kG8MhaOji68MMdUg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment