I m new to umbraco ....we are making a site using umbraco ..while searching for site search functionality we came across Full Text Search. We want to use Full Text Search in multisite setup....is there anything special which needs to be done for multi site ...please guide ..
It would help if you could give a little more detail. I'm not entirely sure what you mean by a "multisite" setup. Do you mean you're serving multiple domains from a single umbraco installation? Or are you talking about some kind of load balanced environment?
Full text search shouldn't have a problem with multiple domains. It searches all content nodes that have a valid template by default, it shouldn't really matter what domain they're on.
If you want to restrict search results to pages from the same domain, you would usually change the macro parameter rootNodes in your template, e.g.
<umbraco:Macro Alias="FullTextSearch" .......... rootNodes="(node id of the domain's homepage)"></umbraco:Macro>
setting the correct (node id of the domain's homepage) for each domain.
Full text search in multi site installation
Hello All,
I m new to umbraco ....we are making a site using umbraco ..while searching for site search functionality we came across Full Text Search. We want to use Full Text Search in multisite setup....is there anything special which needs to be done for multi site ...please guide ..
waiting for reply...
Regards,
Jinesh
Hi Jinesh,
It would help if you could give a little more detail. I'm not entirely sure what you mean by a "multisite" setup. Do you mean you're serving multiple domains from a single umbraco installation? Or are you talking about some kind of load balanced environment?
Full text search shouldn't have a problem with multiple domains. It searches all content nodes that have a valid template by default, it shouldn't really matter what domain they're on.
If you want to restrict search results to pages from the same domain, you would usually change the macro parameter rootNodes in your template, e.g.
<umbraco:Macro Alias="FullTextSearch" .......... rootNodes="(node id of the domain's homepage)"></umbraco:Macro>
setting the correct (node id of the domain's homepage) for each domain.
Let me know if that helps
Bjorn
Hello Bjorn,
Thanks for reply ...i was talking about multiple domain only ..and what you are saying might work ..let me try it out.......
Regards,
Jinesh
is working on a reply...