Are there good #JavaScript libraries for doing full-text search (or just efficient string matching) in a client-side application in the browser?
I have multiple large arrays of objects, each with many fields, some of which are simple strings while others contain HTML. But this is a static site, so I have no server-side backing to perform a search in a database.