Word for logical AND-or-OR-ness property

Suppose I have a set of criteria used in digital searches (such as "year is earlier than 1900", "name begins with S"). The user can choose whether to search for records matching ALL of their criteria, or ANY (at least one) of their criteria.

What noun describes the property that the user is choosing: the "AND-or-OR-ness" of the search? (Other logical operations could also be available in theory, like exclusive-OR.) I'm thinking there might be a technical term along the lines of "distributivity", though that's not the one.

Sample sentence: "The user's search didn't return any results because she picked the wrong ____: there are people beginning with S and birthdates before 1900, but not both."


Solution 1:

If your audience is technical, you can call one of them a logical operator.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_Operators