I am managing a simple collection with fields for name, last name, category, age, and city. I am looking for an efficient way to perform multiple search and filter operations on these elements within a table. For example, filtering by name and age, age and city, or all of the above combined. Here is an example of my table: my table
What is the most optimal way to implement multiple filters in MongoDB and Meteor without using a search engine package in my case?