google-code-export / django-forum

Automatically exported from code.google.com/p/django-forum
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Search Facility #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Be able to search for text in subject and body and contributor
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by phoebebr...@gmail.com on 1 Nov 2010 at 11:30

GoogleCodeExporter commented 9 years ago
My feeling is that search should be handled by something external to 
django-forum as you probably want to search other areas of your Django site too.

I'd suggest Haystack or Solr.

Original comment by rwpoul...@gmail.com on 25 Jan 2011 at 10:43