-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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]] }
]
})Metadata
Metadata
Assignees
Labels
No labels