Docs: Fix indentation in has-parent-query.asciidoc

This commit is contained in:
Pavel Chertorogov 2017-03-13 20:52:28 +06:00 committed by Nik Everett
parent f8fa5c96aa
commit 5da7cefbe2
1 changed files with 10 additions and 10 deletions

View File

@ -14,11 +14,11 @@ GET /_search
"query": {
"has_parent" : {
"parent_type" : "blog",
"query" : {
"term" : {
"tag" : "something"
}
"query" : {
"term" : {
"tag" : "something"
}
}
}
}
}
@ -43,12 +43,12 @@ GET /_search
"query": {
"has_parent" : {
"parent_type" : "blog",
"score" : true,
"query" : {
"term" : {
"tag" : "something"
}
"score" : true,
"query" : {
"term" : {
"tag" : "something"
}
}
}
}
}
@ -93,4 +93,4 @@ GET /_search
}
}
--------------------------------------------------
// CONSOLE
// CONSOLE