julesfern / spahql

A query language for Javascript data. Extracted from Spah.
MIT License
325 stars 20 forks source link

Filters sometimes get ignored #35

Open dirkpuis opened 9 years ago

dirkpuis commented 9 years ago

In the REPL, when you select with //[/.type==array] (missing quotes around the word array) or //[/.type='array'] (single = instead of ==), the filter seems to be ignored and every element gets selected