Sergey Kartashoff wrote: > > Hi! > > Monday, October 01, 2001, 5:07:47 AM, you wrote: > > CV> I have a site that has a members section. > > CV> I want to be able to perform a search over the entire site (for members), > CV> and also one over the entire site except the members section (for > CV> non-members). > > CV> Using the PHP API, there is a udm_add_search_limit() function, which looks > CV> like it would let me restrict my search to various areas of the site. But > CV> the syntax seems to indicate that I can't say "search everything *EXCEPT* > CV> URLs that match */members/*" ... there is no EXCEPT syntax. > > CV> Am I right, or can I do this? > > yes, you are right, there is no except syntax.
However you can use TAG feature. Set different tags for /members/ and for the rest of your site. ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
