Docs: Fix indentation in has-parent-query.asciidoc
This commit is contained in:
parent
f8fa5c96aa
commit
5da7cefbe2
|
@ -14,11 +14,11 @@ GET /_search
|
||||||
"query": {
|
"query": {
|
||||||
"has_parent" : {
|
"has_parent" : {
|
||||||
"parent_type" : "blog",
|
"parent_type" : "blog",
|
||||||
"query" : {
|
"query" : {
|
||||||
"term" : {
|
"term" : {
|
||||||
"tag" : "something"
|
"tag" : "something"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -43,12 +43,12 @@ GET /_search
|
||||||
"query": {
|
"query": {
|
||||||
"has_parent" : {
|
"has_parent" : {
|
||||||
"parent_type" : "blog",
|
"parent_type" : "blog",
|
||||||
"score" : true,
|
"score" : true,
|
||||||
"query" : {
|
"query" : {
|
||||||
"term" : {
|
"term" : {
|
||||||
"tag" : "something"
|
"tag" : "something"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -93,4 +93,4 @@ GET /_search
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// CONSOLE
|
// CONSOLE
|
||||||
|
|
Loading…
Reference in New Issue