https://magnetar.cycraft.co/docs-main/read-data/#query
The following syntax is not working properly:
magnetar
.collection('pokedex')
.query({
or: [
{ and: [['type', '==', 'fire'], ['level', '>', 16]] },
{ and: [['type', '==', 'water'], ['level', '<', 16]] }
]
})
https://magnetar.cycraft.co/docs-main/read-data/#query
The following syntax is not working properly: