faceted_search 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-6.x-1.0-beta2.tar.gz | 80.52 KB | 0ff209893ee54398c4339b6ff6b02363 |
| faceted_search-6.x-1.0-beta2.zip | 101.46 KB | 881000b3b8c01ee5cbdbb675a4056b04 |
Release notes
Faceted Search version 1.0 beta2 for Drupal 6.x.
- #371398 by jpp and David Lesieur: Fixed error when view argument is not an array as expected.
- #375297: Rehash blocks after deleting environment.
- #372359 by David Lesieur and artem_sokolov: Term localization support for Taxonomy facets.
- Vocabulary name localization support for Taxonomy Facets.
- Content type name localization support for Content Type Facet
- #374594 by pletcher and David Lesieur: Fixed PHP notices.
- #378190 by sbordage: Completed French translation.
faceted_search 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-6.x-1.0-beta1.tar.gz | 75.35 KB | 68256c5ef76094f3a8603882a6baf852 |
| faceted_search-6.x-1.0-beta1.zip | 98.14 KB | 518d1d1a2e3fdc9db964bd563cca23a4 |
Release notes
Faceted Search version 1.0 beta1 for Drupal 6.x.
- #219095 by David Lesieur, DenRaf, Gerhard Killesreiter, and bugster: Ported to Drupal 6.
- #327537 by EricFitchett: Fixed l() function called with old 5.x style parameter list.
- #356873: Selected proper block cache strategies.
- #346039: Invalid argument supplied for foreach().
- Improved data model for search environment settings.
- Moved administrative page callbacks into separate files.
- Added new administer faceted search permission.
- #292097: Made it easier to style the 'more options' link.
- #358063: Added MySQL permissions stuff to installation instructions.
- #322784 by ryan_peaceworks: Allow multiple search forms per page.
- #213373 by janusman and David Lesieur: Added index on results table to improve speed.
- #290680 by Patrick Hubert and David Lesieur: Allow faceted searches on unpublished nodes.
faceted_search 5.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-1.0-beta4.tar.gz | 70.61 KB | f237d9d0568aefdb2471917ec68eac2a |
| faceted_search-5.x-1.0-beta4.zip | 88.28 KB | 2b917ce949bd68fc2a26180492d9e73e |
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.
faceted_search 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-1.x-dev.tar.gz | 68.06 KB | d8aa5dda459e8908fb253e23cf9b5087 |
| faceted_search-5.x-1.x-dev.zip | 83.85 KB | ff2f18f6dea581f2a0071a4342f43e04 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-1.0-beta3.tar.gz | 68.1 KB | 9249523042d506624b43bfc0e4a60071 |
| faceted_search-5.x-1.0-beta3.zip | 84.48 KB | b4a86de0d3c146b18fc605d7f15d56e7 |
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.
faceted_search 5.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-1.0-beta2.tar.gz | 68.12 KB | 8205bad41b9a6405e6e3f89acb318ad2 |
| faceted_search-5.x-1.0-beta2.zip | 84.51 KB | 1255516eb8a75b5a6fcb0309f2d6e132 |
Release notes
Faceted Search 1.0 beta2 for Drupal 5.x.
#244509: Fixed PHP error in Faceted Search Views when enabling all the modules at once.
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.
faceted_search 5.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-1.0-beta1.tar.gz | 67.93 KB | 0663c9be1272805c551ef8a6e32c2d06 |
| faceted_search-5.x-1.0-beta1.zip | 83.92 KB | 303f4eb32d03f94a6b10d94d320b70f1 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-0.21.tar.gz | 64.28 KB | c006c820e3b4a3a09f72bed2f4042271 |
| faceted_search-5.x-0.21.zip | 80.6 KB | d9901a55d4769da9a9a355816b5604c6 |
Release notes
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).
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.
faceted_search 5.x-0.20
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-0.20.tar.gz | 64.28 KB | 456468c3cd14340fff9c30aa02e4d502 |
| faceted_search-5.x-0.20.zip | 80.6 KB | dc42389c1f1e0d56c2caec16a941b48b |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-0.11.tar.gz | 53.5 KB | 8205d3565a6773fa366a2607eb742f28 |
| faceted_search-5.x-0.11.zip | 67.09 KB | 374d8b6a5b285ae6a710e9bb1fcefb2b |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-0.10.tar.gz | 52.68 KB | 623a54dc7d65bba258507ade553d5846 |
| faceted_search-5.x-0.10.zip | 66.37 KB | 0161953a8a0a6c308e18c9b3b5a7747e |
Release notes
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.9
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-0.9.tar.gz | 52.64 KB | eb75d33b885fdf7a8756fff66a1198b6 |
| faceted_search-5.x-0.9.zip | 66.36 KB | eaf46b9a7805d7b24d8d3e567fe359d7 |
Release notes
Faceted Search version 0.9 for Drupal 5.x.
- Created a simple API for allowing modules to add display styles.
- Created the Faceted Search Views modules. Allows to use Views for displaying and filtering search results.
- Added ability to use the "results" page as the start page. This also means that an embedded view can now be used as the start page.
- Simplified the URLs.
- Added permission checks before displaying blocks.
- Fixed category listings to be filtered by node type (as search results already were) when not in the context of a current search.
- Fixed tooltips not being displayed on multiple words searches.
- Fixed install problem when search.module is not installed beforehand.
- Fixed display of OR keyword search arguments in the Current search block and in the page title (some HTML was displayed as entities).
faceted_search 5.x-0.8
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-0.8.tar.gz | 49.87 KB | 9927365f4daa784f443c3dccfa58e98e |
| faceted_search-5.x-0.8.zip | 62.47 KB | 66f23f66615ee00a12f294f5052a9d41 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-0.7.tar.gz | 49.53 KB | 5b6b3bcbeb08f0628cb772575f3a572a |
| faceted_search-5.x-0.7.zip | 62.15 KB | 3650d251a94b5918bc322bc23c5645e1 |
Release notes
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.6
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-0.6.tar.gz | 49.57 KB | 571f0a0e220821027b7defca616818fe |
| faceted_search-5.x-0.6.zip | 62.19 KB | 7a09ace1edda3e5b7ceb7d675789ed60 |
Release notes
Faceted Search version 0.6 for Drupal 5.x.
- Added sort options for categories.
- Show number of results in results page.
- Added a Start page setting (path to go to when the current search is cleared).
- Avoid redirects when clearing the current search; go straight to the Start page.
- Added some instructions to users in the Guided search.
- Fixed inconsistent counts on categories when not using any keyword in the current search while node_access denies access to some matching nodes.
- Made the Advanced search page look prettier.
- Moved the Advanced search settings into a fieldset (collapsed by default).
- Slightly improved the theming layer; makes theming easier.
- Wrapped facet names in headings (<h3>).
- Rewrote the query building API. Cleaner, more robust, more flexible, more fun to use. Inspired in part from Views'.
- Removed an unused URL argument; was a placeholder for an idea that probably won't be implemented.
faceted_search 5.x-0.5
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-0.5.tar.gz | 46.8 KB | 780f0df29b43aeaa03dd5254d20c8e91 |
| faceted_search-5.x-0.5.zip | 59.31 KB | 52c23f19b3a16418724de5d25fd8fb02 |
Release notes
Faceted Search 0.5 for Drupal 5.x.
- Added Date Authored Facet to allow searching content by creation date.
- Changed the value of unspecified arguments in search URLs (from 'na' to '-').
- Show name of each facet's module in settings.
- Renamed blocks to use string identifiers instead of numeric identifiers (makes theming easier).
- Fixed incompatibility with AJAX tooltips and Devel module. Thanks to Moshe Weitzman! See also #115139.
- #170144: Fixed error under PHP 4.
- [Taxonomy Facets] Automatically rebuild the index when enabling the Taxonomy Facets module.
- [Author Facet] #172373: Fixed empty results when no role is defined.
- [Author Facet] Fixed SQL error when some users have multiple roles.
faceted_search 5.x-0.4
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-0.4.tar.gz | 43.34 KB | 2e82c4d4f03dc40ac5d61d1cf4bb6c74 |
| faceted_search-5.x-0.4.zip | 53.25 KB | 16bc3ed8833c3bc2e685d26a3210e061 |
Release notes
Faceted Search version 0.4 for Drupal 5.x.
- Major performance improvement: Now only one query per facet in guided search.
- Changed the API. These changes were necessary to improve performance, but that also made the API cleaner.
- Added a new facet to search by author.
- Added AJAX tooltips to show relevant subcategories when hovering over categories.
- Added a setting for results display style (extract or teaser).
- Added stylesheet classes for categories and the 'more' links.
- Added search terms to the titles of search pages.
- Fixed invalid values in the excluded content types option.
faceted_search 5.x-0.3
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-0.3.tar.gz | 31.89 KB | 15f16ece15fe498bcfd6543e0ab02218 |
| faceted_search-5.x-0.3.zip | 38.28 KB | 5c1cb2c732b9a8002f7ec16b26a13633 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-0.2.tar.gz | 28.22 KB | 115bf457f35b68af60b549f7603cedaa |
| faceted_search-5.x-0.2.zip | 34.23 KB | 4d60f8ee9691c54c8cca1c13b5aa3d2f |
Release notes
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 5.x-0.1
| Download | Size | md5 hash |
|---|---|---|
| faceted_search-5.x-0.1.tar.gz | 27.97 KB | 00f5d84f6119709f13b478302e91ba61 |
| faceted_search-5.x-0.1.zip | 33.81 KB | 647db81547a5ee24e051599003a637f3 |
Release notes
Faceted Search version 0.1 (unstable) for Drupal 5.x.