Downloads

Download assistant_search-6.x-1.0-beta5.tar.gztar.gz 9.89 KB
MD5: 5821952428834789c4644b1715bca788
SHA-1: 9f36e3428bff3e6ee914a87af7896c8ea18a2b68
SHA-256: 9f0d1b876fa1557e91b8b69d528529c676fd6c6a20c50639829fcd866faee380
Download assistant_search-6.x-1.0-beta5.zipzip 11.95 KB
MD5: 68b2cacbbda8afcc3558bc4d1901a939
SHA-1: 3ca901bf23b9f1e68bacb629a2dd23377cf94608
SHA-256: 32d2ebd1ccd3416a2de75c97a4ecb05e17f08c26eee8827e09298fe5949660a7

Release notes

This is the Solace API 6.x-1.0-beta5 major API changes following release. Please update both modules or none of them.

This release benefits from the Solace API changes. UI was totally revamped. The new 'Quick search' feature can be used doing a simple search.

The module is now able to detect if 'apachesolr_search' legacy module is enabled and configured to be the default engine. If not, Solace Search will then alter the Search module search box in order to use it directly (if enabled). It remains capable of working without the search module.

Results are now displayed directly from Apache SolR raw results, no more node_load() at display time, like the legacy 'apachesolr_search' module does. This means a lot for performances.

Full ChangLog from CVS:
Bugfix: Dates are now displayed in search result
Feature: Fields are now fetched by SolR using new Solace API features instead of doing extensive node_load()
Feature: Added pager implementation on search results
Feature: Quick search handling
Bugfix and code refactor: No longer use of cache_set() and cache_get() to get and fetch results over pages, all goes to $form_state and $_SESSION
Feature: Better result page display, with page number, pager, document number
Feature: Page result display now display form on top of page to allow user to refine its query
Fixed error message when trying to do an empty query
Bugfix: Modified code to follow Solace API changes
Feature: Added teaser display to search results
Feature: Search button now got on top of filter form
API change: Refactored the module in order to track Solace API changes
Feature: No longuer uses a cache table, prefer session usage for keeping the current search up to date
Feature: Leave peacefully side by side the 'apachesolr_search' module
Feature: Alter the 'search' module block in order to use it when the 'apachesolr_search' module is not the default search engine
Feature: Better results display
Bugfix: No longer do any node_load() when fetching results, display raw SolR results instead
UI: Added nice score bar side by side to results

Created by: pounard
Created on: 17 Mar 2010 at 16:40 UTC
Last updated: 17 Mar 2010 at 16:45 UTC
New features
Bug fixes

Other releases