Skip to content

Commit b7d0fba

Browse files
committed
Doc: Update the table of contents list
1 parent c5d5c8b commit b7d0fba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: search/implement_elasticseach.md

+9
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ As you learnt in the [installation guide](install_elasticsearch_localhost.md), s
2020
- [Nodes](#nodes)
2121
- [Shards](#shards)
2222
- [Build A Simple Flask App](#build-a-simple-flask-app)
23+
- [Understanding Elasticsearch](#understanding-elasticsearch)
24+
- [Configure Elasticsearch](#configure-elasticsearch)
25+
- [Generic Implementation Of Search Functionality](#generic-implementation-of-search-functionality)
26+
- [Combining The Search Functionality With SQLAlchemy](#combining-the-search-functionality-with-sqlalchemy)
27+
- [SearchableMixin Class](#searchablemixin-class)
28+
- [Define The Search Form](#define-the-search-form)
29+
- [Access The Search Form Before Each Request](#access-the-search-form-before-each-request)
30+
- [Display The Search Form](#display-the-search-form)
31+
- [Render The Search Form](#render-the-search-form)
2332

2433

2534
## Overview

0 commit comments

Comments
 (0)