saplingjs / db-driver-mongodb

🍃 MongoDB driver for Sapling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support wildcard conditions

groenroos opened this issue · comments

Wildcard condition values are now possible as of saplingjs/sapling#82

GET /data/posts/title/*news*/
GET /data/contacts/role/executive*/
GET /data/uploads/filename/*jpg,*png/

Make sure this driver supports them by converting any found *s into MongoDB wildcards.