I have an intranet site (corp) and an internet site (www).
I'd like to have the corp search engine index and return results from the www site.
Both sites are being spidered as separate start points.
Both sites have many possible subdomains in which to qualify as base urls.
My custom asp search form has multiple categories for the corp site and allows the user to select using a select list.
An additional category is called "search our www site" and matches the pattern of all the subdomains/base urls used in the www site and uses the option to use "Files belonging to this category can not belong to any other category."
I had expected that would mean if you chose "All" categories the "search our www site" would have been excluded but it is not.
I had added an additional check box to the search form, under the category select list with as
<input type="checkbox" name="zoom_cat[]" value="27" /> (where 27 is the "search our www site" category) Figuring it would add the category to the search parameters as in where there is a search multiple categories option enabled, but it does not.
What I'd like is users' ability to:
1) Search our corp site (or categories therein)
2) Search our corp site (or categories therein) AND our www site
or
3) Search our www site alone
Is there an easier way to do this?
Cheers,
Chris
I'd like to have the corp search engine index and return results from the www site.
Both sites are being spidered as separate start points.
Both sites have many possible subdomains in which to qualify as base urls.
My custom asp search form has multiple categories for the corp site and allows the user to select using a select list.
An additional category is called "search our www site" and matches the pattern of all the subdomains/base urls used in the www site and uses the option to use "Files belonging to this category can not belong to any other category."
I had expected that would mean if you chose "All" categories the "search our www site" would have been excluded but it is not.
I had added an additional check box to the search form, under the category select list with as
<input type="checkbox" name="zoom_cat[]" value="27" /> (where 27 is the "search our www site" category) Figuring it would add the category to the search parameters as in where there is a search multiple categories option enabled, but it does not.
What I'd like is users' ability to:
1) Search our corp site (or categories therein)
2) Search our corp site (or categories therein) AND our www site
or
3) Search our www site alone
Is there an easier way to do this?
Cheers,
Chris
Comment