django-councilmatic
django-councilmatic copied to clipboard
Handle "text" template differently
Right now we are effectively requiring solr to index twice as much data as we need, because we are having solr index individual fields and then the concatenation of those fields in the "text" template.
Let's not do this. As a side effect, we can make better search results.