faceted_search 5.x-1.0-beta4
Download: faceted_search-5.x-1.0-beta4.tar.gz
Size: 70.61 KB
md5_file hash: f237d9d0568aefdb2471917ec68eac2a
First released: June 23, 2008 - 00:45
Last updated: June 23, 2008 - 00:50
Faceted Search version 1.0 beta4 for Drupal 5.x.
- #238208: Added support for field search! (keyword search restricted by field).
- Changed the "Search within results" option to a (more compact) checkbox.
- Changed the "More options" search form to use a (more compact) selector for choosing the operator.
- #264265: Fixed inaccurate results when searching with short words.
- #271510: Fixed a MySQL syntax error that caused the install script to fail on some systems.
- #256234 by crank: Removed the caching of node types which was preventing multiple search environments from working simultaneously.
- Made handling of quoted search strings more robust.
- #244509: Made sure a base class is always loaded before its subclasses are defined.
- Faceted Search Views: #228226: Fixed keyword searches with no matches showing all nodes when using a view display style.
- Faceted Search Views: #251760: Fixed division by zero when Nodes per page is 0 in a view.
- Taxonomy Facets: Fixed the taxonomy_facets_term_node table not being properly updated upon term deletion.
- Taxonomy Facets: Linked to cron with a more proper path in user messages.
Upgrading from version 1.0 beta3 or earlier
API changes in this version will require that you upgrade all companion modules that you might be using, such as CCK Facets, Biblio Facets, or Organic Groups Facets.
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.
