Explorar o código

Docs: Added Tiki Wiki integration

Closes #6746
Clinton Gormley %!s(int64=11) %!d(string=hai) anos
pai
achega
254aa71693
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/reference/query-dsl/queries/filtered-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/queries/filtered-query.asciidoc

@@ -2,7 +2,7 @@
 === Filtered Query
 
 The `filtered` query is used to combine another query with any
-<<query-dsl-filters,filter>>). Filters are usually faster than queries because:
+<<query-dsl-filters,filter>>. Filters are usually faster than queries because:
 
 *   they don't have to calculate the relevance `_score` for each document --
     the answer is just a boolean ``Yes, the document matches the filter'' or