Downloads
Download tar.gz
49.57 KB
MD5: 571f0a0e220821027b7defca616818fe
SHA-1: 99ca2f3006c76a376a132543c1e2d27c28d07471
SHA-256: efaa75228d41bdb03c9802227b283ef1f8ddd73779e14922a12c0485b7e29e4b
Download zip
62.19 KB
MD5: 7a09ace1edda3e5b7ceb7d675789ed60
SHA-1: be0d1cdd7cd59ff17e476d0fe51a95cd47e447fe
SHA-256: ae6975eeaa7c14aa9fd677ced5fb85a55670e6aaa747d1137642f26a06cb5cf2
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.