comparison content/Coding/026-haystack-safe-tip.rst @ 7:49bebfa6f9d3

Added summary lines for those posts that had back to back headings. Those posts didn't look so great on Pelican's index.
author Brian Neal <bgneal@gmail.com>
date Fri, 31 Jan 2014 20:32:36 -0600
parents 7ce6393e6d30
children
comparison
equal deleted inserted replaced
6:061a5ff7ec61 7:49bebfa6f9d3
3 3
4 :date: 2013-09-21 11:45 4 :date: 2013-09-21 11:45
5 :tags: Django, Haystack 5 :tags: Django, Haystack
6 :slug: haystack-search-quoting-issue 6 :slug: haystack-search-quoting-issue
7 :author: Brian Neal 7 :author: Brian Neal
8 :summary: I use the awesome Haystack_ search framework for my Django_ powered website. I have found Haystack to be a huge win. It is easy to setup, configure, and customize when you have to. As someone who doesn't know very much about the world of searching, I'm grateful to have a powerful tool that just works without me having to get too involved in arcane details.
8 9
9 The case of the missing forum topic 10 The case of the missing forum topic
10 =================================== 11 ===================================
11 12
12 I use the awesome Haystack_ search framework for my Django_ powered website. 13 I use the awesome Haystack_ search framework for my Django_ powered website.