Closed fulviocanducci closed 5 years ago
If you can exemplify this method DbManager.GetAllRecordsByIndex
?
Your code is correct the issue is with IndexedDB itself. To put simply IndexedDB does not index on Boolean values. So even though you can create the index it won't be used.
There are a few of ways you can get around this.
Hope that helps
@wtulloch thanks ...
Help please: getting a record using the index?
missing example please
I tried a code and it didn't work
example: