Add CONSOLE to preference docs

This commit is contained in:
Isabel Drost-Fromm 2016-05-18 14:34:22 +02:00
parent eca53d909c
commit 0032d4760e
1 changed files with 2 additions and 3 deletions

View File

@ -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