faceted_search 5.x-1.0-beta3
Download: faceted_search-5.x-1.0-beta3.tar.gz
Size: 68.1 KB
md5_file hash: 9249523042d506624b43bfc0e4a60071
First released: April 28, 2008 - 17:23
Last updated: April 28, 2008 - 17:25
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.
