Downloads
Release notes
This is a major changes release. API is now more stable, filters classes benefits from a better abstraction, AHAH helpers, and UI have been revamped. A lot of bugfixes have been made during the process.
It also add a new feature, the "Quick search" toolbar. This is not a direct search toolbar. It allow user to do a common query like he would do using any other search engine, and an Ajax action will parse it and create one or more matching filters.
Contextes can now define if the form should, or should not enable this feature.
Site administrators can also choose if they want to use our own Apache Solr Service, or keep using the Apache SolR Integration module default one. For now, this does not have any impact, but more features will keep coming and will benefit from our own implementation (which extends the legacy Apache SolR Integration module one by the way).
JavaScript have been rewrote, and should be more efficient and less buggy.
Complete ChangeLog from CVS:
Code refactor: Renamed all API classes to fit to Zend class naming convention
Code refactor: Splited API classes files to fit upper statement
Feature: Added (WIP) Quick search toolbar on assistant form
Feature: Added new API methods to context, which allows developper to ask SolR to arbitrary fetch schema fields
Bugfix: Better JavaScript and jQuery UI handling
Updated some documentation (but most of it is now obsolete because of API changes)
Feature: Developper can now disable tokens for default context implementation when using it
Renamed classes and files of third party integration modules in order to match new Solace API naming convention
Bugfix: Fixed a typo error
Bugfix: Empty queries does not get to SolR and return and error at top level
Feature: Exported SolR query to Assistant_Solr_Service class, extending Drupal_Apache_Solr_Service apachesolr class
Bugfix: Typo in JS
API change: SolR query objects class names
API change: Added MultipleAbstract.php with a filter that can contain multiple values abstraction
Feature: Added the 'Quick search' feature
Bugfixes: A lot
Documentaton: Some readme updates
UI: Form revamp, added icons instead of buttons
API change: Moved function used to parse quick search to main module file in order for other modules to use it.
Bugfix: Deamon crash because of partially bootstrapped API