Downloads

Download tar.gz 68.12 KB
MD5: 8205bad41b9a6405e6e3f89acb318ad2
SHA-1: 9ca22020c29f8eb07fbe482cb87d6429d16e46a5
SHA-256: 66503211e1734e2ecdc9b8adc96460b1f85bf243390ec5e8e0899744400b3e40
Download zip 84.51 KB
MD5: 1255516eb8a75b5a6fcb0309f2d6e132
SHA-1: a0726eda77952b989a4dafe09db1affa8fccabef
SHA-256: 61458482a885a5e88b9f30e834eb8ddbc5d42197365696a1f1a4d9b6c6261343

Release notes

Faceted Search 1.0 beta2 for Drupal 5.x.

#244509: Fixed PHP error in Faceted Search Views when enabling all the modules at once.

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: 25 Apr 2008 at 17:14 UTC
Last updated: 25 Apr 2008 at 17:14 UTC
Bug fixes
Unsupported

Other releases