Hi
I wanted to search from dictionary which is part of COMPANY node . I searched alot for MATCH query but i not found anything
the query i need is getting all nodes having description = "Business services, nec" from industryCodes key
{'industryCodes': [{'code': '561499',
'description': 'All Other Business Support Services',
'typeDescription': 'North American Industry Classification System 2022',
'typeDnBCode': 37788,
'priority': 1},
{'code': '73890000',
'description': 'Business services, nec',
'typeDescription': 'D&B Standard Industry Code',
'typeDnBCode': 3599,
'priority': 1},
{'code': '7490',
'description': 'Other professional, scientific and technical activities n.e.c.',
'typeDescription': 'NACE Revision 2',
'typeDnBCode': 29104,
'priority': 1}]}
Node is COMPANY {id = "abc-1" , data = "industyCodeJson"}
Now from above input i need to return COMPANY.id by searching through industryCodes dictionary which present in data property
I am new here and not able to check how to solve this query. Please help
Thanks