faceted_search 6.x-1.0-beta3

Bug fixes

Faceted Search version 1.0 beta3 for Drupal 6.x.

This is a maintenance release whose main goal is to ensure PHP 5.3 and 5.4 compatibility.
Some irritating bugs have also been fixed.

Changes:

  • Issue #913558: Error with PHP 5.3 - Parameter 1 to comment_nodeapi() expected to be a reference.
  • Issue #700466: Fixed warnings with PHP 5.3.
  • Issue #2019433: Fixed inconsistency between the signature of base faceted_search_facet::build_root_categories_query() and its overrides in subclasses.
  • Issue #1034006: Fixed taxonomy facets returning results from previous revisions.
  • Issue #288996: Fixed broken rebuilding of taxonomy facets index when enabling facets.
  • Issue #486110: Fixed Views permissions being ignored.
  • Issue #372187: Allow views with unlimited items per page to work (with an imposed limit).
  • Issue #428750: Fixed substitutions not being performed on views queries.

faceted_search 5.x-1.0-beta4

New features
Bug fixes

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.

faceted_search 5.x-1.x-dev

Current development version of Faceted Search for Drupal 5.x.

This version contains experimental and unfinished features. Use it only if you wish to test it or help with development.

faceted_search 5.x-1.0-beta3

Bug fixes

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.

faceted_search 5.x-1.0-beta2

Bug fixes

Faceted Search 1.0 beta2 for Drupal 5.x.

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

faceted_search 5.x-1.0-beta1

Bug fixes

Faceted Search version 1.0 beta1 for Drupal 5.x.

  • Introduced the more general concept of filter (facets are now filters). This has no visible impact on the UI but is essential groundwork for future improvements.
  • Rewrote the query building code around keyword search and removed a temporary table. This improves performance slightly.
  • Avoided conditions on node type whenever possible, to simplify queries.
  • Use a single filter for keyword search (instead of one per operator). These types of filters are now referred to as "fields".
  • Administer keyword search filters (fields) separately from facets.
  • Added internal weight to categories (for sorting purposes).
  • Added utility functions for extracting quoted strings from the search text.
  • Moved parsing of search keywords into a separate function (allows re-use).
  • Faceted Search Views: #233089: Fixed errors with PHP 4.
  • Faceted Search Views: #244509: Added missing (indirect) dependencies.
  • Taxonomy Facets: Avoided retrieving vocabularies before parsing the search text.
  • Taxonomy Facets: #233707: Update node-term associations immediately upon node insert/update.

faceted_search 5.x-0.21

Bug fixes

Faceted Search version 0.21 for Drupal 5.x.

Fixed Taxonomy Facets' update script (a database table was not prefixed and causing SQL errors when site is configured for prefixing).

faceted_search 5.x-0.20

New features
Bug fixes

Faceted Search version 0.20 for Drupal 5.x.

  • #170959: Added support for multiple search environments.
  • Rewrote much of the administration interface to support multiple environments and improve usability. The administration interface is now more similar to Views'.
  • Made the base path of search URLs customizable.
  • Made the title of search pages customizable.
  • Made all blocks optional (per-environment).
  • Added the start page to the breadcrumb of search pages.
  • Allowed facets to be disabled independently of their provider module.
  • #191298: Added option for selective use of the Extracts display style (only when keywords are actually used in the current search).
  • Made the Teasers display style the default (instead of the Extracts style).
  • Changed the search term remover link to 'x' instead of '-' (per patrickharris's suggestion).
  • Turned tooltips off by default.
  • Separated disabled facets from enabled ones to make administration easier.
  • Allowed category labels to contain HTML (needed for CCK Facets).
  • Added class around node counts to help styling.

faceted_search 5.x-0.11

New features
Bug fixes

Faceted Search version 0.11 for Drupal 5.x.

  • Added choice of display styles for the Related categories block (List Ungrouped, List Grouped by facet, Table Grouped by facet).
  • #198621 by hrayr: Fixed wrong category count when some modules rewrite the queries.

faceted_search 5.x-0.10

Bug fixes

Faceted Search version 0.10 for Drupal 5.x.

Fixed support for query rewrites on queries generated by the Faceted Search Views module.

faceted_search 5.x-0.8

New features
Bug fixes

Faceted Search version 0.8 for Drupal 5.x.

  • Added setting for default keyword search mode (new vs. refine).
  • Fixed unwanted prefixing of temporary tables.
  • Fixed wrong results when "/" is used in the search text.

faceted_search 5.x-0.7

Bug fixes

Faceted Search version 0.7 for Drupal 5.x.

Fixed an incompatibility with some modules that use hook_db_rewrite_sql(). Bug was introduced in the last release.

faceted_search 5.x-0.3

New features
Bug fixes

Faceted Search version 0.3 (unstable) for Drupal 5.x.

  • #146943: Added support for free tags.
  • #151258: Fixed node terms not always being saved in the faceted search index.
  • Optimization: Reduced the number of count queries in guided search.
  • Usability: Avoid showing a setting that's irrelevant for keyword facets.
  • #160197, by fairwind: Added Russian translation.

faceted_search 5.x-0.2

New features

Faceted Search version 0.2 (unstable) for Drupal 5.x.

New features:

  • Added a Related categories block as a way to launch a faceted search from a node.
  • API change: Simplified handling of active categories in facets.

faceted_search 6.x-1.x-dev

HEAD version of Faceted Search, for Drupal 6.x.

This version contains experimental and unfinished features. Use it only if you wish to test it or help with development. Not recommended for use on production sites.

Subscribe with RSS Subscribe to Releases for Faceted Search