You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fields marked with index: true are automatically added to the the list of "required" fields, preventing the insertion of new documents that don't provide that field. AFAIK nor CouchDb or PouchDb have such limitation and I didn't find a feature here that requires it
Removed the code causing it so I can create better indexes, my app is way faster now 😃
Going to create a PR with a test case and a possible fix (a few deletions)
The text was updated successfully, but these errors were encountered:
Fields marked with
index: true
are automatically added to the the list of "required" fields, preventing the insertion of new documents that don't provide that field. AFAIK nor CouchDb or PouchDb have such limitation and I didn't find a feature here that requires itRemoved the code causing it so I can create better indexes, my app is way faster now 😃
Going to create a PR with a test case and a possible fix (a few deletions)
The text was updated successfully, but these errors were encountered: