salesforce-entitydefinition-soql-no-or-support
SOQL queries against EntityDefinition object do not support OR conditions in WHERE clauses. Queries using OR to filter multiple object names fail silently or error. Workaround is to issue one query per object name and merge results.