Hi All,
I have below schema format from Application model,
{"_type":“Application”,“id”:“a92846f2-dac2-414e-ae59-ff570f9c1642”,“name”:“MyAccount”,“app_owner”:“Mark”,“app_url”:“https://www.couchbase.com/",“change_status”:4,“dept_id”:“544611b0-56d2-4345-a43a-5ee39c8620dc”,“device_visibility”:[1,2,3,4,5,6],“icon_url”:“IMG_20210309_142738.png”,“launchers”:[1,2,3],“network_visibility”:[2,3,7],“created_at”:"2021-03-09T14:01:27.672Z”}
I want to be execute below conditions ,
device_visibility should be - 2, network_visibility - 3 and launchers - 2
is it possible to run Ottoman model or we can try with Query Builder
Thanks