erikolson186 / zangodb

MongoDB-like interface for HTML5 IndexedDB
https://erikolson186.github.io/zangodb/
MIT License
1.07k stars 72 forks source link

$regex is supposed to be supported but is not #31

Closed oliverfriedmann closed 6 years ago

oliverfriedmann commented 6 years ago

Using it in a query like {value: {$regex: /abc/}} throws Error: unknown operator '$regex'

oliverfriedmann commented 6 years ago

Seems like it is working, just not published on NPM.

wideweide commented 5 years ago

how to make npm' version ok? or how to import zangodb.min.js?

wideweide commented 5 years ago

got it : npm i git+https://github.com/erikolson186/zangodb.git

delcon commented 5 years ago

$regex still is not published to npm and npm i git+https://github.com/erikolson186/zangodb.git throws error on loading