diff --git a/search/search_template.ipynb b/search/search_template.ipynb index 76df5dc..51b09a7 100644 --- a/search/search_template.ipynb +++ b/search/search_template.ipynb @@ -106,7 +106,9 @@ "source": [ "## Build query\n", "\n", - "For further information on [how to build a query can be found here](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html)\n" + "For further information on [how to build a query can be found here](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html)\n", + "\n", + "Further information on [free text string queries can be found here](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html)\n" ] }, {