Drupal Solr Search with Domain Access filtering
Metal Toad has had the privilege to work over the past two years with DC Comics. What makes this partnership even more exciting, is that the main...
We recently needed to fill missing geocode values in a project's database. Using some PHP magic and taking advantage of hook_cron() this is how we filled the missing values: /** * Implementation of hook_cron() * When the cron runs, try to resolve any locations that have a lat or lon = 0 */ function overmap_cron() {
Metal Toad has had the privilege to work over the past two years with DC Comics. What makes this partnership even more exciting, is that the main...
I just figured out a fix for an annoyingly circuitous, tortuous, and baffling MySQL problem. I am not yet an expert of back-end system configuration,...
By replacing Drupal's core search with Solr, it's possible to gain very fine control of the results. Not only is Solr very flexble, but the...