By David Foster on
I have a Drupal 4.7.2 installation as an Intranet at var/www/html/ and a second installation for company policy documents at var/www/html/secondsitename. Each has a separate database, named intranet and policy respectively with separate settings.php files.
Is it possible to create a search on the intranet that searches both databases and gives either a composite list of results or separate results for each database?
The installation is on a dedicated in-house server running Red Hat Linux 4 and Apache 2 with mySQL 4 and php 4.3.
As I am new to this sort of thing any assistance would be welcome.