Downloads
Download tar.gz
28.51 KB
MD5: 6e0cdfcab2a7e09fcb2c9a2b0db70cae
SHA-1: c45506311523771bbf6138c11b7f01df9f105628
SHA-256: 27d5df705e32b9ee7b48483812c9f148e68b777691c138d1259630d0ea7cfde9
Download zip
41.31 KB
MD5: 52ca73458c435d2ab040a5ef1b2540a2
SHA-1: 1910cdb46524c9f1b0116cebf3448e920169efb6
SHA-256: e78fa04b9e6809d1844b203405d9f2cfdbe9c46be3fc44c1a6c69286b6d73457
Release notes
New features
- #1102066: Using Hierarchical select widget
- #1145660: Support for Search API's 'Search Facets' : Add Search API support
Bug fixes
- #1553332: Custom search with taxonomy terms not working : updated solr search query builder
- #1586018: Search result page with javascript uncaught exception error by cmcnamee : replace for…in by classic for loop
- #1208652: Notice : Undefined index: in node_search_validate() by rooby : don't unset the advanced form if needed, just hide it
- #1444986: Undefined index: node in custom_search_preprocess_search_results : don't try to display the results filter on user search page
- #1542846: Redundant code in custom_search_preprocess_search_result() by rooby : deleted dedundant code in custom_search_preprocess_search_result()
- #1542858: Node type is no longer in result info fixed by rooby : node type is no longer in result info
- #1246250: Search redirected to bad URL : generate search path with the url() function
- #1208652: Notice : Undefined index: in node_search_validate() : replace unset() in advanced search form by #type='hidden';
- #1092966: common search error in core : don't process forms with i18n unless user has permission to use it
- Moved taxonomy options for the results page in the main module instead of taxonomy sub-module
Also reworked the module structure to use include files for other searches integration.