[Docs] Delete superfluous callouts (#31111)
Those callout create rendering problems on the subsequent page. Closes #30532
This commit is contained in:
parent
e9bd92fc76
commit
1cee45e768
|
@ -78,7 +78,7 @@ GET my_index/_search
|
|||
{
|
||||
"query": {
|
||||
"match": {
|
||||
"manager.name": "Alice White" <1>
|
||||
"manager.name": "Alice White"
|
||||
}
|
||||
},
|
||||
"aggs": {
|
||||
|
@ -89,7 +89,7 @@ GET my_index/_search
|
|||
"aggs": {
|
||||
"Employee Ages": {
|
||||
"histogram": {
|
||||
"field": "employees.age", <2>
|
||||
"field": "employees.age",
|
||||
"interval": 5
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue