coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.73k stars 240 forks source link

Search plugin does not work for memory databases #132

Open jvpoucke opened 10 years ago

jvpoucke commented 10 years ago

The search plugin does not work for memory based databases. Looks like persistence.store.sql is not initialized.