Hi All,
My Json data is as per below explained.How to make like(search) query for json.
Mydata = {rows: [{id: 1001,data: ["100","A Time to Kill","John Grisham","12.99","1","05/01/1998"]};
If someone write "A Time" in my searchbox then json will return me record which have A Time text in data. (supoose i have more than 100 records )
Go to the complete details ...