use Selection tags with "or" condition

if (selectedTag1.length >= 0 ) {
dataQuery = dataQuery.hasAll(fieldToFilterByInCollection, selectedTag1);
}

Look, here I tried to use “contains” instead of “hasAll”
didn’t help)