How to chain a query with seven parameters?

I am trying to chain a query with user-selected seven values and display corresponding items from my database collection. I tried the example given on

I need help because I can only chain with two values…

What kind of values are you trying to chain and in what kind of filter? Please give me some more to work on. You can as many .eq(“fieldname”, “value”) as you want.