Thanks, these projects are very nice. lunrjs may be my winner. I have found
https://github.com/jacwright/array-query where you can query a JS array.
Since most of the solutions allowing a sql like query of a table or row set of data are about 1 mb in size i decided to go with an array of objects, the object is a set of row data. Then with the above jacwrite site's 10 kb JS file i will try to query the array with the fairly simple syntax they provide. They allow for chaining of search criteria. I will see if i can search through the object's elements as sql does for columns. Here there is a way to sort an array of objects:
http://www.javascriptkit.com/javatutors/arraysort2.shtml I may have to do multiple searches or have multiple arrays rather than arrays of objects. I am going to try it out now.
Thanks for all the help and support, Markandeya