User: bdragon Branch: DRUPAL-5--3 Date: Thu, 09 Oct 2008 19:34:38 +0000 Added files: /modules/location/contrib/location_search location_search.install /modules/location search-result-location.tpl.php search-results-location.tpl.php Modified files: /modules/location/contrib/location_search location_search.admin.inc location_search.info location_search.module /modules/location location.install location.module Log message: Better late than never. Here is a rewritten location_search.module. It uses the search apis and is able to do fulltext searching. It's also cleaner, and will be ported to Drupal 6. It searches by location, not node. (Restriction to specific types of objects is possible but not implemented yet.) Hopefully I didn't accidentally leave out / forget any features people were using. It will need to generate a search index before it will work properly, so do the same thing you would do if you were reindexing the site (i.e. run cron in a loop and watch the percentage indexed number) Minor api change (optional): * Add an 'instance_links' op to hook_locationapi so modules can stick in the correct urls for the instances they handle. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/location/contrib/l... http://cvs.drupal.org/diff.php?path=contributions/modules/location/search-re... http://cvs.drupal.org/diff.php?path=contributions/modules/location/search-re... http://cvs.drupal.org/diff.php?path=contributions/modules/location/contrib/l... http://cvs.drupal.org/diff.php?path=contributions/modules/location/contrib/l... http://cvs.drupal.org/diff.php?path=contributions/modules/location/contrib/l... http://cvs.drupal.org/diff.php?path=contributions/modules/location/location.... http://cvs.drupal.org/diff.php?path=contributions/modules/location/location....