Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
29.69 KB
MD5: b2e7268da1641f8ae1877e39712ca308
SHA-1: 4404da274ec31854d7487963856fefd4a6b9ffda
SHA-256: 25a50f7c5630093b6f142df3dc2bcc5a3c4526554b73805d110966b35d7324e6
Download zip
43.14 KB
MD5: 86409c6e5b58a1c0b219dad438435f58
SHA-1: 0a417476d9d120a136b1963e23a9f8c3022265d8
SHA-256: f0b233cdef2d392c404de982111cc51a4eaba30bf67b0a42884fd7a2dc1f0126
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.