custom_search 7.x-1.12
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.12.tar.gz | 30.56 KB | 970df0c5e8716231c7fb6d9d96e0b38d |
| custom_search-7.x-1.12.zip | 44.34 KB | 026bbe00a83021a4640977a6b87a2473 |
Release notes
New features
- #1976780: Input Title Field by jdanthinne: Customize the title attribute for the input field.
- #1973792: multilangual site, option to choose to search by current language and language neutral by Hala mansour
- #1905356: implement default_value as html5 'placeholder' attribute by jdanthinne
- #1162604: overiding custom_search-result.tpl.php by jdanthinne: added theme suggestions
Fixes
- #1961180: Popup region receives close button even when no elements are assigned by jdanthinne: don't generate any markup for the popup if there's nothing in it.
- #1365874: "Content" and "Users" are not translatable in the search block by auth: translate other searches labels
- #1935554: Remove useless files[] directive from .info files by Simon Georges
- By jpontani: initialize original_keys variable in case of user search with Solr enabled, causes undefined variable since it never reaches original_keywords
- #1909050: If multiple custom search blocks are on the page, submit handler is invoked multiple times. by cosmicdreams: add custom handler only if not already there.
- #1905356: implement default_value as html5 'placeholder' attribute by jdanthinne: translate placeholder text
- #1892190: Undefined index: keys in custom_search_form_alter() by jdanthinne: test if keys are present before copying them to advanced search
- #1870868: The redirect in the custom_search_submit() function doesn't respect the "path" key in the hook_search_info() implementation. by cpliakas: search path should use module defined search path if available.
- #1856104: Error when no Content Types or Taxonomy vocabularies are selected in advanced search by jstoller: unset advanced fields when empty instead of hiding them.
- #1322454: Improvements for apachesolr integration by jpontani: allow custom path definitions from Solr; remove any item passed in the array to Solr that isn't a content type, to prevent invalid filters
custom_search 7.x-1.11
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.11.tar.gz | 30.23 KB | bfbc32ffb2a71dae7fff717dd76db50f |
| custom_search-7.x-1.11.zip | 44.09 KB | 2dea8b7897526d857e1145f04d5afe78 |
Release notes
New features
- Ability to search content from any language or current language only (i18n submodule)
- Reselect language in advanced search fieldset if searching a specific language (i18n submodule)
- Added some #states properties in forms, for better UX
Bug fixes
- #1673040: Undefined index: module in custom_search_form_alter() - line 107 by joelpittet : check if module index is set before testing it
- #1533360: I ran into an annoying php notice, so fixed that and then ran it through coder. by mgifford : minor coding fixes
- #1700368: Elements ordering not working : assign correct weight to the submit button
- Merged identical taxonomy forms
custom_search 6.x-1.11
| Download | Size | md5 hash |
|---|---|---|
| custom_search-6.x-1.11.tar.gz | 28.52 KB | 2dd26c2de13fe0162fb06792d0c6b578 |
| custom_search-6.x-1.11.zip | 41.31 KB | 7ead02ebce10b1e1432afa264fe07099 |
Release notes
#1673040: Undefined index: module in custom_search_form_alter() - line 107 by joelpittet : check if module index is set before testing it
custom_search 7.x-1.10
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.10.tar.gz | 29.69 KB | b2e7268da1641f8ae1877e39712ca308 |
| custom_search-7.x-1.10.zip | 43.14 KB | 86409c6e5b58a1c0b219dad438435f58 |
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.
custom_search 6.x-1.10
| Download | Size | md5 hash |
|---|---|---|
| custom_search-6.x-1.10.tar.gz | 28.51 KB | 6e0cdfcab2a7e09fcb2c9a2b0db70cae |
| custom_search-6.x-1.10.zip | 41.31 KB | 52ca73458c435d2ab040a5ef1b2540a2 |
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.
custom_search 6.x-1.9
| Download | Size | md5 hash |
|---|---|---|
| custom_search-6.x-1.9.tar.gz | 26.93 KB | 8310867953d60a0713cf0a54999e9bd0 |
| custom_search-6.x-1.9.zip | 38.31 KB | 138fd8e87da456a32e6fc7c7be32f9ac |
Release notes
- Fixed translation for elements in the popup
- Fixed criteria in popup
- #1211392: Undefined index in custom_search_form_alter() by prathK : replace isset() by !empty()
- Add depth '-' for translated terms as well
- Fixed space between dashes for taxonomy terms depth
- Fixed a bug between Hierarchical Select and Custom Search i18n
custom_search 7.x-1.9
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.9.tar.gz | 27.29 KB | 6a0cd4401af7e9eb522adadafb60bdd9 |
| custom_search-7.x-1.9.zip | 38.76 KB | 37066b5f3dc9bccd4dbbd76c47cd6b1b |
Release notes
- #1235878: Infinite recursion in D7 : infinite recursion
- Fixed translation for elements in the popup
- Fixed criteria in popup
- #1211392: Undefined index in custom_search_form_alter() by prathK : replace isset() by !empty()
- Add depth '-' for translated terms as well
- Fixed space between dashes for taxonomy terms depth
- Fixed a bug between Hierarchical Select and Custom Search i18n
custom_search 6.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| custom_search-6.x-1.8.tar.gz | 26.41 KB | ce39418a2f48b3a51e1d22a37815500d |
| custom_search-6.x-1.8.zip | 37.87 KB | 92ba651b1bca3caf9a5008e98492efe8 |
Release notes
New features
- #1051206: Custom Search fields on /search pages : options for collapsible/collapsed advanced search form
- #1079428: different search image per block : different search button image per block
- #1101670: how to change the customer search block input field max length and also how to check the put only characters not special charter : size and max length settings
- #1102066: Using Hierarchical select widget : hierarchical select support
Bug fixes
- #1055904: Notice: Undefined index: custom_search_paths : using isset() first
- #1071672: Undefined index on search results page : test if advanced form is displayed before trying to override it.
- #1085316: Search is broken in 6-1.7 : correct $base_redirect
- #975734: Support for apachesolr_autocomplete : apachesolr_autocomplete in custom search blocks
- #1110560: If only one language is enabled than form action will have wrong path : if only one language is enabled then don't add language suffix the search path
- #1009280: search block directly leads to 404 page : corrected base url for search query
custom_search 7.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.8.tar.gz | 26.72 KB | 71cf273f8241ed11678fd3ec8a5f8211 |
| custom_search-7.x-1.8.zip | 38.26 KB | 8adf150ba2688c6a6721fe7bb0b6a5b0 |
Release notes
New features
- #1051206: Custom Search fields on /search pages : options for collapsible/collapsed advanced search form
- #1079428: different search image per block : different search button image per block
- #1101670: how to change the customer search block input field max length and also how to check the put only characters not special charter : size and max length settings
Bug fixes
- #1055904: Notice: Undefined index: custom_search_paths : using isset() first
- i18n module requirements
- #1071672: Undefined index on search results page : test if advanced form is displayed before trying to override it.
- #1085316: Search is broken in 6-1.7 : correct $base_redirect
- #975734: Support for apachesolr_autocomplete : apachesolr_autocomplete in custom search blocks
- #1110560: If only one language is enabled than form action will have wrong path : if only one language is enabled then don't add language suffix the search path
- #1092966: common search error in core by joostvdl : fix Internationalization
- #1009280: search block directly leads to 404 page : corrected base url for search query
custom_search 7.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.7.tar.gz | 26.84 KB | ea89faa02359ce90fac96292c3559e61 |
| custom_search-7.x-1.7.zip | 38.68 KB | 455ed17c1f713bd4a5c2be592ff84ed9 |
Release notes
New features
- #988132: "warning: Invalid argument supplied" for taxonomy : allow empty search with Apache Solr
- #1040078: Panels 3 integration for the Custom Search module by chriscalip
- Contextual link for the default search block
Bug fixes
- #997766: custom search taxonomy & i18n (1) : Taxonomy terms correctly translated
- #997766: custom search taxonomy & i18n (2) : Redirecting to the correct language url
- #988132: "warning: Invalid argument supplied" for taxonomy (1) : don't use Solr path if Solr hasn't been set as the default search
- #988132: "warning: Invalid argument supplied" for taxonomy (2) : include taxonomy terms ids with Solr search
- Fixed small bug for redirections (double slashes).
- #1009494: Disobeying HTTP connection port (disregarding HTTPS) : test server port (443) to use http or https
- #1009150: Invalid argument supplied for foreach() with Google Appliance
- #1011394: Incompatibility with Search Ranking : unoverride the override made by Search Ranking.
- #1015892: Search Lucene : improved compatibility with Lucene, adding content type and taxonomy filters
- #1025926: Custom Search Paths and External URL : external custom paths support
- #1048292: wrong version listed when getting with CVS
- #1016740: Undefined index: #type : using correct submit function for custom blocks, and remove generated token value
- Small Fixes for ApacheSolr with D7RC3.
Changes
- Removed translations. Use http://localize.drupal.org.
- Code cleaning.
custom_search 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| custom_search-6.x-1.7.tar.gz | 26.18 KB | 069a154b953c9a79f2132dbd493e3b30 |
| custom_search-6.x-1.7.zip | 37.92 KB | ac5a10f197496d1f0825e361be0ae48d |
Release notes
New features
- #988132: "warning: Invalid argument supplied" for taxonomy : allow empty search with Apache Solr
- #1040078: Panels 3 integration for the Custom Search module by chriscalip
Bug fixes
- #997766: custom search taxonomy & i18n (1) : Taxonomy terms correctly translated
- #997766: custom search taxonomy & i18n (2) : Redirecting to the correct language url
- #988132: "warning: Invalid argument supplied" for taxonomy (1) : don't use Solr path if Solr hasn't been set as the default search
- #988132: "warning: Invalid argument supplied" for taxonomy (2) : include taxonomy terms ids with Solr search
- Fixed small bug for redirections (double slashes).
- #1009494: Disobeying HTTP connection port (disregarding HTTPS) : test server port (443) to use http or https
- #1009150: Invalid argument supplied for foreach() with Google Appliance
- #1011394: Incompatibility with Search Ranking : unoverride the override made by Search Ranking.
- #1015892: Search Lucene : improved compatibility with Lucene, adding content type and taxonomy filters
- #1025926: Custom Search Paths and External URL : external custom paths support
- #1048292: wrong version listed when getting with CVS
Changes
- Removed translations. Use http://localize.drupal.org.
- Code cleaning.
custom_search 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| custom_search-6.x-1.6.tar.gz | 32.79 KB | f65b045ea2df98ce714f6268361a4ecc |
| custom_search-6.x-1.6.zip | 49.33 KB | 54067e7c7b8116e5ba3d001f0647914e |
Release notes
6.x-1.5 has a very annoying bug with multiple Custom search blocks...
#916344: How to reference selected taxonomy term in custom search path?
custom_search 7.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.6.tar.gz | 33.05 KB | b47e4b30ff6a54a8d8528294c7e4c32a |
| custom_search-7.x-1.6.zip | 49.97 KB | cab005fa463c5075d78e7e8b3257c229 |
Release notes
7.x-1.5 has a very annoying bug with multiple Custom search blocks...
#916344: How to reference selected taxonomy term in custom search path?
custom_search 7.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.5.tar.gz | 33.05 KB | 2a6dad385698f964295e75cc1b1adc20 |
| custom_search-7.x-1.5.zip | 49.97 KB | 4003a414d00d166a6bbff1b15b03f0b1 |
Release notes
Added
- #982524: Add depth parameter to taxonomy vocabularies [patch] by amateescu : Add depth parameter to taxonomy vocabularies
- #926508: Custom Search Paths Selector Type and Label Text - part 1 : Custom path selector type and label text
- #926508: Custom Search Paths Selector Type and Label Text - part 2 : ability to put form elements in a popup block, only displayed when search field is activated (js code by gmclelland)
- #975734: Support for apachesolr_autocomplete by askibinski : Support for apachesolr_autocomplete
- #869666: Control text *inside* search field : default text per block setting
- #749634: Hide drop down list when only one content type is checked in settings : option to force -Any- to be displayed when only one content type is selected
- #916344: How to reference selected taxonomy term in custom search path? : term id(s) in custom search paths
- #922182: Add CSS class to Custom Search image for the purpose of theming (patch) by LPCA : Add CSS class to Custom Search image for the purpose of theming
- #936314: Need more CSS hooks on top level elements : CSS class around radios and selectors groups
Fixed
- #971456: Blocks settings not submitted with multiple blocks : using unique form_id values
- #828100: No Valid XHTML 1.0 Strict : form tag XHTML validation (target via js)
- Bug when no excluded types are defined
- #856386: Notice: Undefined index: class in custom_search_form_alter() (line 114 by DaveRoss : undefined index $form[$form_id]['#attributes']['class']
- #860176: Harcoded <dd> tag prevents using anything else than <dl> to list search results : Using .tpl files and filters is outside
- #832696: Display of comments/attachments not being disabled : Display of comments/attachments not being disabled
- #944364: Search by content type using Apache Solr : search by content type with Apache Solr
- #747338: Provide several result pages (one for each content type) : Don't show results filter when there's only one content type
custom_search 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| custom_search-6.x-1.5.tar.gz | 32.8 KB | f20caedeed557520866b6739921cb42e |
| custom_search-6.x-1.5.zip | 49.33 KB | 79557a94e379618e944aebc84c2d0caf |
Release notes
Added
- #982524: Add depth parameter to taxonomy vocabularies [patch] by amateescu : Add depth parameter to taxonomy vocabularies
- #926508: Custom Search Paths Selector Type and Label Text - part 1 : Custom path selector type and label text
- #926508: Custom Search Paths Selector Type and Label Text - part 2 : ability to put form elements in a popup block, only displayed when search field is activated (js code by gmclelland)
- #975734: Support for apachesolr_autocomplete by askibinski : Support for apachesolr_autocomplete
- #869666: Control text *inside* search field : default text per block setting
- #749634: Hide drop down list when only one content type is checked in settings : option to force -Any- to be displayed when only one content type is selected
- #916344: How to reference selected taxonomy term in custom search path? : term id(s) in custom search paths
- #922182: Add CSS class to Custom Search image for the purpose of theming (patch) by LPCA : Add CSS class to Custom Search image for the purpose of theming
- #936314: Need more CSS hooks on top level elements : CSS class around radios and selectors groups
Fixed
- #971456: Blocks settings not submitted with multiple blocks : using unique form_id values
- #828100: No Valid XHTML 1.0 Strict : form tag XHTML validation (target via js)
- Bug when no excluded types are defined
- #856386: Notice: Undefined index: class in custom_search_form_alter() (line 114 by DaveRoss : undefined index $form[$form_id]['#attributes']['class']
- #860176: Harcoded <dd> tag prevents using anything else than <dl> to list search results : Using .tpl files and filters is outside
- #832696: Display of comments/attachments not being disabled : Display of comments/attachments not being disabled
- #944364: Search by content type using Apache Solr : search by content type with Apache Solr
- #747338: Provide several result pages (one for each content type) : Don't show results filter when there's only one content type
Changed
custom_search 7.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.4.tar.gz | 26.71 KB | 09a1b22a5c9ac0b849de3a93134ac1ab |
| custom_search-7.x-1.4.zip | 41.14 KB | 66a3badb20cbcfcf6bff42f86b0f32c7 |
Release notes
Bug fixes
- #792382: Missing alt-attribute for <input type="image" ...
- #811398: Custom Search Internationalization - generating unclosed header tag
- #806524: Search field reset upon clicking "Search" button
New features
- #786638: Multiple Search Paths Per Block : ability to enter multiple search path (will display a selector)
- #791964: If default ("Any") is select in dropdown list it doesn't filter by anything : new checkbox to change the behaviour af -Any- in the content types (everything vs. selected content types)
- #786306: Apply Settings to only Advanced Search : choose which content types, vocabularies or criteria to display on advanced search form (with upgrade path from old settings)
- Uninstall function
- #794958: Is there a way open the search results page in a lightbox or a new page/tab? : open results in new window
Minor changes
- Updated french translations
custom_search 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| custom_search-6.x-1.4.tar.gz | 26.29 KB | 4d1d60bd40c5c451e81b9ae12dda50d3 |
| custom_search-6.x-1.4.zip | 40.64 KB | 8512aafe1443a73e3f6383b38c3725bf |
Release notes
Bug fixes
- #792382: Missing alt-attribute for <input type="image" ...
- #811398: Custom Search Internationalization - generating unclosed header tag
- #806524: Search field reset upon clicking "Search" button
New features
- #786638: Multiple Search Paths Per Block : ability to enter multiple search path (will display a selector)
- #791964: If default ("Any") is select in dropdown list it doesn't filter by anything : new checkbox to change the behaviour af -Any- in the content types (everything vs. selected content types)
- #786306: Apply Settings to only Advanced Search : choose which content types, vocabularies or criteria to display on advanced search form (with upgrade path from old settings)
- Uninstall function
- #794958: Is there a way open the search results page in a lightbox or a new page/tab? : open results in new window
Minor changes
- Updated french translations
custom_search 7.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.3.tar.gz | 24.34 KB | 232b80b2f6ce77cb36159d3d6f439ee7 |
| custom_search-7.x-1.3.zip | 38.63 KB | 0248047c319161386ba0a2c3913b5820 |
Release notes
Major change
So many changes and requests have been added to, that this module has grown from a very small one to a big one… so it has been splitted in multiple sub-modules: Custom Search, Custom Search Taxonomy, Custom Search Blocks and Custom Search Internationalization (all included in the download).
New features
#769706: Create more than one instance of search box with different search criteria? and #758358: Multiple search blocks Custom Search Blocks: add as many search blocs as you want, each with different settings
#747220: Possibility to omit "advanced search" in Result Page Customization of results page (display or hide the basic and/or advanced search)
#758372: Results display options Customization of results (meta data below each result)
#758360: Omit taxonomies on advanced search Apply Custom Search settings to advanced search (can hide taxonomy vocabularies, content types or criteria)
#756346: Overwrites Default search Engine Solr, Lucene & Google Appliance support + Ability to force a custom search path
Changes
#749634: Hide drop down list when only one content type is checked in settings Hide content type filter if there's only one type (but use it)
#786314: Show search term in Advanced Search When basic search is hidden in the results pages, transfer the keywords into criterion, and if there's no results, uncollapse the advanced search
Updated french & italian translations
Bug fixes
JS validation with multiple search blocks
Many bugs with Internationalization
custom_search 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| custom_search-6.x-1.3.tar.gz | 23.98 KB | 3f165928dbc1d7a15503b9fd188c8c60 |
| custom_search-6.x-1.3.zip | 38.21 KB | c5c09ba635de49e782a2e1ae70c10f94 |
Release notes
Major change
So many changes and requests have been added to, that this module has grown from a very small one to a big one… so it has been splitted in multiple sub-modules: Custom Search, Custom Search Taxonomy, Custom Search Blocks and Custom Search Internationalization (all included in the download).
New features
#769706: Create more than one instance of search box with different search criteria? and #758358: Multiple search blocks Custom Search Blocks: add as many search blocs as you want, each with different settings
#747220: Possibility to omit "advanced search" in Result Page Customization of results page (display or hide the basic and/or advanced search)
#758372: Results display options Customization of results (meta data below each result)
#758360: Omit taxonomies on advanced search Apply Custom Search settings to advanced search (can hide taxonomy vocabularies, content types or criteria)
#756346: Overwrites Default search Engine Solr, Lucene & Google Appliance support + Ability to force a custom search path
Changes
#749634: Hide drop down list when only one content type is checked in settings Hide content type filter if there's only one type (but use it)
#786314: Show search term in Advanced Search When basic search is hidden in the results pages, transfer the keywords into criterion, and if there's no results, uncollapse the advanced search
Updated french & italian translations
Bug fixes
JS validation with multiple search blocks
Many bugs with Internationalization
custom_search 7.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.2.tar.gz | 16.39 KB | 0c8fa12919563a579bad0492c207f51c |
| custom_search-7.x-1.2.zip | 21.48 KB | 8a4dfdf055d5a418746f5dc965550ea6 |
Release notes
New features:
- #747236: Multiple choices LISTS available in "Selector type" taxonomy settings
- #747220: Possibility to omit "advanced search" in Result Page
- #747226: Possibility to adding keyword search fields (or, phrase and negative criteria)
- #753156: IE won't display changes made in Custom Search admin : Added a message on install and in README to make sure people don't forget to set permissions
- #747338: Provide several result pages (one for each content type) by Simon Georges
- French translation
Bug fixes & changes:
- #749634: Hide drop down list when only one content type is checked in settings
- #747268: Filters: AND - OR in query : Taxonomy filter not working when more than one, or placed in the theme instead of a block
- Resolved conflict with search_config