From 7a2c8de4f2070f656f37e944b2ea0e9d35d237ed Mon Sep 17 00:00:00 2001 From: Aivaras Gotovskis <aivaras.gotovskis@ongr.io> Date: Thu, 2 Jul 2015 13:15:23 +0300 Subject: [PATCH] Fix new line in match query doc. --- docs/Query/Match.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Query/Match.md b/docs/Query/Match.md index 00529c3..ec523de 100644 --- a/docs/Query/Match.md +++ b/docs/Query/Match.md @@ -25,4 +25,4 @@ $search->addQuery($matchQuery); $queryArray = $search->toArray(); ``` -[1]: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query.html \ No newline at end of file +[1]: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query.html -- GitLab