gc2gh / django-newsroom

Automatically exported from code.google.com/p/django-newsroom
Other
0 stars 0 forks source link

Search #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Display search results specifically across multiple sites/domains. 
At the outset, use Google Custom Search:
http://www.google.com/coop/manage/cse/http://www.google.com/coop/manage/cse/

Later, look into something like: http://haystacksearch.org/

Original issue reported on code.google.com by jgty...@gmail.com on 17 Apr 2009 at 8:58

GoogleCodeExporter commented 8 years ago

Original comment by jgty...@gmail.com on 17 Apr 2009 at 8:58

GoogleCodeExporter commented 8 years ago
I just tried Haystack for a prototype we're working on, and it looks very 
promising.
I went with the Whoosh backend (pure Python), but unfortunately it requires a 
patch
from Haystack at the moment. Hopefully this will be resolved pretty soon and 
then
we'll have a pretty nice search option with minimal setup.

Original comment by luftyl...@gmail.com on 24 Apr 2009 at 4:56