Tja, jeg er ikke sikker på at vi snakker om det samme, men hvis du har index server på din iis, så kan du søge vha query objectet:
Dim objQuery, objUtil, rsResults
set objQuery = Server.CreateObject("IXSSO.Query")
set objUtil = Server.CreateObject("IXSSO.Util")
objQuery.Catalog = "
www.mur-tag.dk"if server.mappath("../") = "c:\inetpub\wwwroot\mur-tag\muc" then objQuery.Catalog = "c:\inetpub\"
objQuery.Query = "@Contents contains " & ord
objUtil.AddScopeToQuery objQuery, Server.MapPath("../"), "shallow"
objUtil.AddScopeToQuery objQuery, Server.MapPath("../beskrivelser"), "Shallow"
objUtil.AddScopeToQuery objQuery, Server.MapPath("../brand"), "Shallow"
objUtil.AddScopeToQuery objQuery, Server.MapPath("../materialer"), "Shallow"
objUtil.AddScopeToQuery objQuery, Server.MapPath("../mur-tagdetaljer"), "Shallow"
objUtil.AddScopeToQuery objQuery, Server.MapPath("../murvaerksprojektering"), "Shallow"
objUtil.AddScopeToQuery objQuery, Server.MapPath("../udfoerelse"), "Shallow"
objQuery.Columns = "Doctitle, Path"
objQuery.SortBy = "docTitle[a]"
Set rsResults = objQuery.CreateRecordset("non-sequential")
a = rsResults.recordcount