CodeIgniter Forums
Global search across subdomains - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Global search across subdomains (/showthread.php?tid=32504)



Global search across subdomains - El Forum - 07-26-2010

[eluser]Aakika[/eluser]
Hey good people,

How does one setup a global search that finds input in all subdomains on server? All modules share a common header which houses the global search box.

Subdomains to use for discussion:

one.happy.com - membership module (codeigniter)
two.happy.com - shopping module (magento)
three.happy.com - fundraising module (codeigniter)

Each subdomain has a local search. For example, if I go into fundraising and type Jane, it pulls up all of Jane's campaigns.

Global search should be that if I type Jane in search box on header on any module, it finds Jane's profile in membership, her fundraising campaigns in fundraising, and product/service she is selling in shopping.

Help! :=)