How to query multiple fields in collection?

Yes, you are right. I have not seen .and() function in docs. I just made a guess and made it similar to .or() function.
But I need exactly .and().

Finally, I implemented a workaround - I queries all records by field1 and then use script function to filter out only records which has correct value in field2. That works fine but I did hope WIX should have a normal API for querying by multiple fields.