Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sdk-and-tools/indices/scresults.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This page describes the structure of the `sc-results` index (Elasticsearch), and

**The `scresults` index will be deprecated and removed in the near future.**
We recommend using the [operations](/sdk-and-tools/indices/es-index-operations) index, which contains all the smart contract results data.
The only change required in your queries is to include the `type` field with the value `normal` to fetch all smart contract results.
The only change required in your queries is to include the `type` field with the value `unsigned` to fetch all smart contract results.

Please make the necessary updates to ensure a smooth transition.
If you need further assistance, feel free to reach out.
Expand Down
Loading