Seaching multiple _type documents

I can search one document _type:apache-* AND SSN just fine with results. However, how do I search multiple document types in the search bar: _type:apache_type:weblogic _type-* AND SSN This does not return any results.

Thank you

_type:(apache OR weblogic) AND SSN

More docs on the query language here

That works thank you!