Querying based on list of pairs

Certified Senior Developer

Table I want to query's structure
DOCUMENT

{

docName

docDesc

color

size

priority

}

I have a list of {{ pickle.doc, blue}, { habenaro.doc, green}} I want to use to query the table with.

Is there a way to do this in a single query? My list is of the form {docName, color}, none of these combos are unique.  I could get back 20 entries and still be fine with that solution.

  Discussion posts and replies are publicly visible