Skip to content

Commit a526ca2

Browse files
Merge pull request #757 from multiversx/fix-es-index-docs
Fixed token example query and comsetic changes.
2 parents 49bcb9c + c203528 commit a526ca2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/sdk-and-tools/indices/accountsesdt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ curl --request GET \
5555
--data '{
5656
"query": {
5757
"match": {
58-
"identifier": {
58+
"token": {
5959
"query": "MY-TOKEN-aaabbb",
6060
"operator": "AND"
6161
}
6262
}
63-
}
63+
},
6464
"sort": [
6565
{
6666
"balanceNum": {

docs/sdk-and-tools/indices/logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ curl --request GET \
7979
}
8080
]
8181
}
82-
},
82+
}
8383
}'
8484
```

docs/sdk-and-tools/indices/rounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ curl --request GET \
4343
"match": {
4444
"shardId": 1
4545
}
46-
}
46+
},
4747
"sort": [
4848
{
4949
"timestamp": {

0 commit comments

Comments
 (0)