search component and dwt

J

Jeanette

I have inserted a Web Search component into a web that is based on a DWT.
If the word I search for is on the menu of the DWT, it throws up every page.
Can I get it to search the editable regions only?
Thanks for your time,
Jeanette
 
S

Stefan B Rusynko

No




|I have inserted a Web Search component into a web that is based on a DWT.
| If the word I search for is on the menu of the DWT, it throws up every page.
| Can I get it to search the editable regions only?
| Thanks for your time,
| Jeanette
|
|
 
R

Ronx

No.
If the word is on every page, it will be found on every page.
The DWT editable regions are only significant when you are editing the
page, at other times they are part of the page, indistinguishable from
any other part. The same situation exists when using shared borders
and/or include pages.
 
Top