From c670f1a8e7d1a75314ae796258bc915b72823e7f Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Fri, 29 May 2015 11:23:31 +0100 Subject: [PATCH] Indexing {non-page => custom} models --- docs/topics/search/indexing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/search/indexing.rst b/docs/topics/search/indexing.rst index e51ca9f613..f1ff42a6f7 100644 --- a/docs/topics/search/indexing.rst +++ b/docs/topics/search/indexing.rst @@ -163,8 +163,8 @@ Callables also provide a way to index fields from related models. In the example .. _wagtailsearch_indexing_models: -Indexing non-page models -======================== +Indexing custom models +====================== Any Django model can be indexed and searched.