Hi, Tim,
Unless you tell XSLTsearch otherwise, it searches all nodes of your site (that is, starting at the "-1" node).
XSLTsearch is highly configurable through the macro parameters. See the documentation for specifics and examples.
What you'd want to do is set the "source" parameter in the macro to the domain1 node (1046 in the code sample below... replace with the real node id). Then XSLTsearch will only look beneath that node.
Code:
<?UMBRACO_MACRO
macroAlias="XSLTsearch"
source="1046"
searchFields="@nodeName,description,bodyText"
previewFields="bodyText,description"
previewType="beginning"
searchBoxLocation="bottom"
resultsPerPage="5"
previewChars=”255”
showPageRange="0"
showOrdinals="0"
showScores="0"
showStats="0"
>
</?UMBRACO_MACRO>
cheers,
doug.
MVP 2007-2009 - Official Umbraco Trainer for North America -
Percipient Studios