Skip to content

Commit

Permalink
[DOCS] Fix rendering bug (#111025) (#111037)
Browse files Browse the repository at this point in the history
Closes #111023
  • Loading branch information
leemthompo authored Jul 18, 2024
1 parent 858440d commit 40f5201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/search/search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ When unspecified, the pre-filter phase is executed if any of these conditions is
- The primary sort of the query targets an indexed field.

[[search-preference]]
tag::search-preference[]
// tag::search-preference[]
`preference`::
(Optional, string)
Nodes and shards used for the search. By default, {es} selects from eligible
Expand Down Expand Up @@ -178,7 +178,7 @@ Any string that does not start with `_`. If the cluster state and selected
shards do not change, searches using the same `<custom-string>` value are routed
to the same shards in the same order.
====
end::search-preference[]
// end::search-preference[]


[[search-api-query-params-q]]
Expand Down

0 comments on commit 40f5201

Please sign in to comment.