Downloads

Download tar.gz 64.28 KB
MD5: c006c820e3b4a3a09f72bed2f4042271
SHA-1: 18c24ce5993083469e61cee655b7dd1f73149bf2
SHA-256: b1eadc029b96ce8ab9814c715d454634a4bbfc8b61c88fc947d50801c9c89f94
Download zip 80.6 KB
MD5: d9901a55d4769da9a9a355816b5604c6
SHA-1: 70f841f40a3df6a5dfce14fc09d82730541a7619
SHA-256: fa8e5558a435c3cf0197ce629f2fcf98a6081790fab8fff850d55e1d93928f31

Release notes

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.

Created by: david lesieur
Created on: 12 Mar 2008 at 17:00 UTC
Last updated: 12 Mar 2008 at 18:24 UTC
Bug fixes
Unsupported

Other releases