Two extensions in search in PDM API

How add extensions for two file types to the search criteria in the PDM API? For one extension, the following is sufficient:

search.FileName = "%.sldprt";

But for two (for example, .sldprt and .sldasm), there's a problem.

I use the following method to search:

var search = (IEdmSearch9)vault.CreateSearch();