appcelerator - ArrowDB custom object "Count "API - does it use query parameters? -


created model in arrowdb project , in arrow builder web, can see api docs default apis created model (query, create, count, etc). api doc count seem indicate has query parameters where, sort, etc. in testing directly api doc test , in code, api returns total count of objects in model, not count based on filtered "where" criteria. has seem behavior? api in fact take these params and, if not, there way count number of objects in model based on filtered criteria?

i think creates customobject in arrowdb?

http://docs.appcelerator.com/arrowdb/latest/#!/api/customobjects-method-count

count not seem take parameters guess 'where' not work @ moment...


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -