From 6d6eba9ed2ec7d879ec7bb78866fc84615681c92 Mon Sep 17 00:00:00 2001 From: dojutsu-user Date: Wed, 17 Jul 2019 00:14:21 +0530 Subject: [PATCH] doc fix --- docs/development/search.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/search.rst b/docs/development/search.rst index eea0568e6e3..5210eac0de7 100644 --- a/docs/development/search.rst +++ b/docs/development/search.rst @@ -98,7 +98,7 @@ As per requirements of `django-elasticsearch-dsl`_, it is stored in the The fields and ES Datatypes are specified in the `PageDocument`. The indexable data is taken from `processed_json` property of `HTMLFile`. This property provides python dictionary with - document data like `title`, `headers`, `content` etc. + document data like `title`, `sections`, `path` etc. .. _Elasticsearch: https://www.elastic.co/products/elasticsearch