Sergey
Results
1
issues of
Sergey
I have this JayData query (it can be checked at JSLQ playground): northwind.Products .filter( function( product ) { return product.ProductName.toLowerCase() in ['tofu']; } ) .toArray( function( products ) { console.dir(...
bug
odata