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: Custom Search Internationalization not installable for: I18nstrings (missing) 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
custom_search 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| custom_search-6.x-1.2.tar.gz | 16.2 KB | 83cafa4c09571535eaaf9244c12049f7 |
| custom_search-6.x-1.2.zip | 21.3 KB | d044bd7731aaf065c34c7425ba96b3d4 |
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
custom_search 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| custom_search-6.x-1.1.tar.gz | 11.13 KB | 369ef321789c85c952bb80e56c2c8cb1 |
| custom_search-6.x-1.1.zip | 13.34 KB | 8c47b468ff613b7ef00350fb7e002d89 |
Release notes
- Added permissions settings.
custom_search 7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.1.tar.gz | 11.25 KB | f6ef2b02b66eb4b5f47993d93ba83631 |
| custom_search-7.x-1.1.zip | 13.5 KB | ac89ccb3c209d2570d1083aa4dc120fc |
Release notes
- Added permissions settings.
custom_search 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.0.tar.gz | 11.11 KB | 395cbc635fe3eb020daf839fe56502a1 |
| custom_search-7.x-1.0.zip | 13.37 KB | 15645f56fb6a6c320e0ed25491a151a6 |
Release notes
Initial release for Drupal 7.x.
custom_search 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| custom_search-7.x-1.x-dev.tar.gz | 29.59 KB | 5a3831b5b8fffdbf1aeaa0410ece5ec9 |
| custom_search-7.x-1.x-dev.zip | 42.95 KB | db71a9b85cd3c41b0d436722d72a4943 |
Release notes
Dev version for Drupal 7.x