Downloads

Download tar.gz 70.61 KB
MD5: f237d9d0568aefdb2471917ec68eac2a
SHA-1: d467ae387dddf36445baa8cf60df20537349ef80
SHA-256: 18609b0f4d2a3d3682d1bc14e1e240a13cf4d668d0509878b0e89f24763b41e3
Download zip 88.28 KB
MD5: 2b917ce949bd68fc2a26180492d9e73e
SHA-1: 73386f14a2c3b7d5a8f7ea0b95afd71f915238a4
SHA-256: d297f763018f10790e6b0d7061b3c8dc0ef367222ffb54d264a8db78174693cd

Release notes

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.

Created by: David Lesieur
Created on: 23 Jun 2008 at 00:45 UTC
Last updated: 23 Jun 2008 at 00:45 UTC
New features
Bug fixes
Unsupported

Other releases