Skip to content

Commit 6a13247

Browse files
Florian Kelbertjimczi
Florian Kelbert
authored andcommitted
Modify example for pinned query (#49481)
I do not see any reason to advertise phones of specific companies.
1 parent 4c4a982 commit 6a13247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/query-dsl/pinned-query.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GET /_search
1919
"ids" : ["1", "4", "100"],
2020
"organic" : {
2121
"match":{
22-
"description": "iphone"
22+
"description": "brown shoes"
2323
}
2424
}
2525
}
@@ -33,4 +33,4 @@ GET /_search
3333
`ids`::
3434
An array of <<mapping-id-field, document IDs>> listed in the order they are to appear in results.
3535
`organic`::
36-
Any choice of query used to rank documents which will be ranked below the "pinned" document ids.
36+
Any choice of query used to rank documents which will be ranked below the "pinned" document ids.

0 commit comments

Comments
 (0)