Say I have data of TV shows, and I want to simultaneously want to query “Seinfeld” and “Family Guy”.
Can I do this using the same index?
What if I have an array of 40 query strings I want to use?
How can I do this, with performance in mind?
(using javascript, but high level answers are better)