localwiki / localwiki-backend-server

Primary LocalWiki backend server environment
GNU General Public License v2.0
48 stars 16 forks source link

Infobox: haystack support #45

Open philipn opened 9 years ago

philipn commented 9 years ago

From @philipn on December 30, 2012 1:50

Should explore haystack / search integration once first release is made. There's some stuff in eav/indexes.py worth looking at.

The only difference, I think, is we need to make sure dynamic field stuff is enabled in solr/haystack. I think it is?

We also need to make sure that we exclude some field types we don't allow searching on, like FK types. We can integrate those later, but for now we should just allow haystack integration w/ simple types.

Copied from original issue: localwiki/localwiki#425