I am using APIGEE (apigee.com ) usergrid js lib and I am new in this technology I have make function for search record 'full text search' below is my code
brands.setQueryParams({"ql":"select * where brand contains '"+searchItem+"' " , "limit":'9999' }); brands.get( function() { //first empty out all the current brands in the list $("#t_body").remove();
after calling this function url hit apigee server like below
api.usergrid.com//sandbox/brands?ql=select%20*%20where%20brand%20%20contains%20%27Sam%27%20&limit=9999
but not record found but we have record into database