faceted_search 5.x-0.21

David Lesieur - March 12, 2008 - 17:00
Download Size md5 hash
faceted_search-5.x-0.21.tar.gz 64.28 KB c006c820e3b4a3a09f72bed2f4042271
Official release from CVS tag: DRUPAL-5--0-21
Last updated: March 12, 2008 - 17:05

Faceted Search version 0.21 for Drupal 5.x.

Fixed Taxonomy Facets' update script (a database table was not prefixed and causing SQL errors when site is configured for prefixing).

Upgrading from version 0.11 or earlier

After copying the files, you'll need to run update.php as usual. However, if you are using Views to display Faceted Search results, you'll also have to manually edit your View to remove the Faceted Search filter and the Faceted Search sort handler (after the update these will look like empty handlers when editing your view), and use the Faceted Search Environment ID argument instead. Then you'll have to re-select your view as display style in the Faceted Search environment.

If you have overridden one of the following theme functions, you must revisit them to keep your site secure:

  • theme_faceted_search_keyword_and_label()
  • theme_faceted_search_keyword_or_label()
  • theme_faceted_search_keyword_not_label()
  • theme_faceted_search_keyword_phrase_label()

These functions must now filter their output (previously, Faceted Search UI was taking care of this). See the default implementations provided in Faceted Search UI for examples.

 
 

Drupal is a registered trademark of Dries Buytaert.