mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-24 22:01:13 -06:00
[GH-ISSUE #14] Exception with filters #14
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @clibu on GitHub (Feb 28, 2021).
Original GitHub issue: https://github.com/appy-one/acebase/issues/14
Originally assigned to: @appy-one on GitHub.
Running the following query
where there is a match on
filter( yearbut no match onfilter( genredoes:If I change
filter( genreso it does match a doc in 2014 it works as expected.It doesn't matter whether indexes are used or not.
@appy-one commented on GitHub (Mar 2, 2021):
I was able to reproduce when adding the indexes on year and genre fields. Test code:
I've found what's causing this issue and will fix it asap
@appy-one commented on GitHub (Mar 2, 2021):
Published fix in version 1.1.1, let me know if it works.
@clibu commented on GitHub (Mar 3, 2021):
@appy-one Yes fixed. Thanks for the prompt resolution.