Skip to content

Commit 80f74e8

Browse files
authored
Merge pull request #5940 from dojutsu-user/search-doc-update
Small search doc fix
2 parents e23b560 + 6d6eba9 commit 80f74e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/search.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ As per requirements of `django-elasticsearch-dsl`_, it is stored in the
9898

9999
The fields and ES Datatypes are specified in the `PageDocument`. The indexable data is taken
100100
from `processed_json` property of `HTMLFile`. This property provides python dictionary with
101-
document data like `title`, `headers`, `content` etc.
101+
document data like `title`, `sections`, `path` etc.
102102

103103

104104
.. _Elasticsearch: https://www.elastic.co/products/elasticsearch

0 commit comments

Comments
 (0)