04-20-04 04:34 AM
you can work like this:
suppose you have catalog a and b , and you want to add=20
scope a1 and a2 to a , while b1 and b2 to b.
q.Catalog=3D"a , a , b , b"
Util.addScopeToQuery q , a1 , "deep"
Util.addScopeToQuery q , a2 , "deep"
Util.addScopeToQuery q , b1 , "deep"
Util.addScopeToQuery q , b2 , "deep"
>-----Original Message-----
>Hi:
>
>I=B4m using 2 catalogs, and i declare 2 scopes, one for=20
each catalog...
>
>Util.AddScopeToQuery objQuery, "\","deep"=20
>Util.AddScopeToQuery objQuery, "\","deep"=20
>
>This is working !!!!
>
>But I need to use 2 or maby 3 scopes for each catalog, is=20
there any way that i can specify that?
>Is there any way to specify wich catalog I=B4m using when I=20
declare the scope...?=20
>
>I hope you can help... thankssss
>
>
>
> ****************************************
******************
************
>Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
>Comprehensive, categorised, searchable collection of=20
links to ASP & ASP.NET resources...
>.
>
[ Post a follow-up to this message ]
|