Add CONSOLE to preference docs
This commit is contained in:
parent
eca53d909c
commit
0032d4760e
|
@ -56,7 +56,7 @@ for the user:
|
||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
curl localhost:9200/_search?preference=xyzabc123 -d '
|
GET /_search?preference=xyzabc123
|
||||||
{
|
{
|
||||||
"query": {
|
"query": {
|
||||||
"match": {
|
"match": {
|
||||||
|
@ -64,7 +64,6 @@ curl localhost:9200/_search?preference=xyzabc123 -d '
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'
|
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
// CONSOLE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue