Django-cms haystack search - placeholder content
问题 i have problem with results in django-cms and haystack search. I'm using django-cms-search plugin, haystack as backend. Haystack returns correct results. But i want to show "teaser" in search results. I can access absolute URL and title of page via template this way: {% for result in page.object_list %} <div class="searchResults"> <h2>{{ result.object.get_title }}</h2> {{ result.object.placeholders.all }} <p><a href="{{ result.object.get_absolute_url }}">{% blocktrans %} Read more {%