Hardik Chavda

Results 2 comments of Hardik Chavda

This is also what i need because in need to use country short name which is 2 digit alpha code of country

Finally i found a way for it to query by multiple object ids in react native. ``` const idsQuery = selectedItemIds.map(id => `oid(${id})`).join(', '); const selectedItems = items.filtered(`_id IN {...