Open Juravenator opened 8 years ago
The problem is the missing require("./util/contains")
in js-array.js. When adding it, everything works normally.
commit 4ae84c84817c5e51313012e9cc3d46ed7557947d has solved this, but this isn't included in a release yet.
Any ideas when a next release is planned?
I can't seem to use the contains() function, while others work just fine. For example:
I can use "number=gt=0", "sort()", and "first()". But when I try to use contain it gives the following error:
I've tried to use "contains(somearray,chips)", and "somearray=contains=chips". Both give the same error.
Do these require a different syntax, or are these only supported in the
new Query().lt("foo",3).gt("foo",10);
fashion?