Kotti / kotti_es

Kotti ElasticSearch implementation
Other
7 stars 1 forks source link

Fix our custom kotti.search_content #10

Closed davidemoro closed 9 years ago

davidemoro commented 9 years ago

The kotti.search_contentprovided by kotti_es is broken. It returns a list of dicts but the search results template expects another kind of data structure

davidemoro commented 9 years ago

Solved