ujjwalguptaofficial / JsStore

Simplifying IndexedDB with SQL like syntax and promises
http://jsstore.net/
MIT License
858 stars 110 forks source link

Where clause doesn't work, throws Search is turned off error #156

Closed Suroor-Ahmmad closed 4 years ago

Suroor-Ahmmad commented 4 years ago

Error: Search is turned off for the Column 'ColumnName'

Description

I'm trying to query the JsStore, but it throws above mentioned error. I haven't set enableSearch: false, and event tried to changing to true still error remains same. Followed jsstore-example for creating tables.

Suroor-Ahmmad commented 4 years ago

Manually adding enableSearch : true worked.