Downloads

Download tar.gz 68.1 KB
MD5: 9249523042d506624b43bfc0e4a60071
SHA-1: d6661a491386fc7e84c48d084df0dfb064d650a8
SHA-256: e2009d5520a43cb546f305c96268658f77f17fa65ef7a16bb3f23e4e585e1ea5
Download zip 84.48 KB
MD5: b4a86de0d3c146b18fc605d7f15d56e7
SHA-1: cc93576f1d826c46c228092228651f45cbcce789
SHA-256: 4f2ba449e016ecba02f1a3b66bc1b88d4d62875a4b36355e427cee586d5111c2

Release notes

Faceted Search version 1.0 beta3 for Drupal 5.x.

#251588: Fixed keyword search not working because it was getting disabled when saving the search environment.

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

Other releases