By nbd on
Hello,
I'm using multi-site in the mode : localhost/abc ....
Everything seems to work fine besides the search function. For some reason it seems like there is no indexing for the subsites. I tried running cron on the subsite directory but still no success.
BTW, there are seperated tables search_index and search_total for the main site and subsites. The subsites' tables remain empty (meaning no indexing).
Does anybody know weather search work well on subsites and what can I do about it? Couldn't find it in the drupal.org site.
Thanks,
nbd
Comments
Indeedy
Yes search does work fine for all my sites running off the same codebase. My cron calls the same cron file for each site (Drupal takes what site you pass to it by address to index each separate site).
You'll have to tell us more about how you're set up so we can come up with an answer. A good start would be to post up your cron rules and explain how you've got your multiple sites set up.
Thanks
Pobster