Hi Appery.io team
I have 3 collections
company
field: _id
field: _name
category
field: _id
field: _name
company_category
field: _id
field: id_company (pointer field to company)
field: id_category (pointer field to category)
I have a query Service to COMPANY_CATEGORY that show all data in COMPANY and CATEGORY collections.
But I need data from specific category (where category._name = 'food').
I don ́t know what I need write in JAVASCRIPT of WHERE in this service. Please help me