Hi,
I have been trying to figure out a way of making my issue property searchable, but have failed so far. My property is an array of JSON object in the following way :
[
{
“id”: “xyz”,
“role”: “dev”,
“key”: “admin”
},
{
“id”: “xyz”,
“role”: “test”,
“key”: “abc”
},
. . .
]
I am not able to figure out what would be “objectName” and “type” in the extractions, for the above format data. The tutorials have a few points on the array type properties, but i am not sure how will that help my cause, since i dont think i can re-format my data too much, as a lot of code has already been built around it.
Please help me out as soon as you can, as this is a big hurdle for me.
Thanks,
Abhinav.