Hi Sebastian,
I have a json data(EditorJS) and I want to filter it. but it does not produce results. The result is blank.
My Graphql Filter: {documents:queryDocumentsContents(filter:“contains(data/value/en/blocks/data/content, ‘max’)”){id}}
can you help me with this?
{
"data": {
"queryDocumentsContents": [
{
"flatData": {
"value": {
"time": 1643970436341,
"blocks": [
{
"id": "gWOo4y7_aX",
"type": "table",
"data": {
"withHeadings": false,
"content": [
[
"<b>Subtag </b>",
"<b>Max Size</b>",
"<b>Data Writing Format</b>",
"<b>Explanation and notes</b>"
],
[
"<Type>",
"32 bytes",
"Alphanumeric",
"This is the field where the Transaction Type is sent. Details about the transaction types will be given separately in the document. Attention should be paid to the use of other fields according to the transaction type."
],
[
"<Count>",
"",
"Alphanumeric",
"Total number of transactions will be displayed in this field."
],
[
"<CurrencyCode>",
"3 bytes",
"Alphanumeric",
"The currency value will be displayed in this field."
],
[
"<Amount>",
"17.2 numbers",
"Alphanumeric",
"Total transaction amount will be displayed in this field. "
]
]
}
}
],
"version": "2.22.2"
}
}
}
]
}