From e6df0ef01fbabeba5eac74f6e5d22396e1f475b6 Mon Sep 17 00:00:00 2001 From: Jeffrey Hearn Date: Thu, 8 May 2014 21:01:47 -0400 Subject: [PATCH] stuff --- docs/building_your_site.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/building_your_site.rst b/docs/building_your_site.rst index 9dd98ecfcf..95215cbdfd 100644 --- a/docs/building_your_site.rst +++ b/docs/building_your_site.rst @@ -221,7 +221,6 @@ This is just one possible way of creating a taxonomy for Wagtail objects. With a Using or subclassing the site model? - Extending indexed_fields and making models search-friendly Wagtail Admin API @@ -319,6 +318,19 @@ Template Filters ... {{ body|richtext }} +Search +~~~~~~ + + + Extending indexed_fields and making models search-friendly + + + + + + + + Site ~~~~