Download & Extend

Releases for Search configuration

search_config 7.x-1.1-beta2

Download Size md5 hash
search_config-7.x-1.1-beta2.tar.gz 20.48 KB 89e330bd57dd92aa531036aac7917894
search_config-7.x-1.1-beta2.zip 23.49 KB 8a4e2c62dcd4240c2367fe3d7b87d513
Last updated: March 14, 2012 - 15:15
Official release from tag: 7.x-1.1-beta2

Release notes

This release decouples the String Overrides from the requirement of having the advanced form present. It also fixes a bug that caused errors when trying to exclude a node from the search index during creation.

#399822: Merge in features from Restricted Search (search_block)
#1411964: Enable label overrides without requiring other form changes (decouple label overrides)

search_config 7.x-1.1-beta1

Download Size md5 hash
search_config-7.x-1.1-beta1.tar.gz 20.36 KB 57c47c3c85bb373eaf17966537b57061
search_config-7.x-1.1-beta1.zip 23.36 KB 9df10f880b852be1152805696cc15b35
Last updated: January 4, 2012 - 04:15
Official release from tag: 7.x-1.1-beta1

Release notes

Initial release of two new features:

Restrict search results from showing individual items

This follows the core principles of the module by restricting search access to individual nodes. These will still show to the primary user (the user with a uid of 1) and any other users with any role that grants the "search all excluded entities" permission.

This has been implemented by keeping a record of individual nodes to exclude via a new checkbox in the node edit page. From this data, a single SQL join is used to eliminate these from the results (aka. it is very efficient!)

Alter the pager limit

This alters the number of search item results per page.

search_config 7.x-1.0

Download Size md5 hash
search_config-7.x-1.0.tar.gz 18.16 KB 55151e41fbf1a288ee25d4228dd99213
search_config-7.x-1.0.zip 21.09 KB 805c8a51d99069b90b80fcbefd04dba7
Last updated: July 7, 2011 - 00:02
Official release from tag: 7.x-1.0

Release notes

No new features have been added.

Resolved the following issues:

#1210072 - Tracked down and resolved a core Drupal bug that was causing PDO Exceptions

search_config 7.x-1.0-beta1

Download Size md5 hash
search_config-7.x-1.0-beta1.tar.gz 18.08 KB e21c0ddfd8f2e0929b8727b6a5a3eca5
search_config-7.x-1.0-beta1.zip 21.01 KB 3f2e397f7061f78b6a6b06e5feaccc14
Last updated: June 28, 2011 - 09:41
Official release from tag: 7.x-1.0-beta1

Release notes

Completely refactored version for Drupal 7.

There are a lot more UI options have been included, but term select is not covered (for simple reason that I could not find the switch to turn this on!)

search_config 7.x-1.x-dev

Download Size md5 hash
search_config-7.x-1.x-dev.tar.gz 20.49 KB 0a0b30cf49cc9e4e7ad38b19fc6a0c04
search_config-7.x-1.x-dev.zip 23.51 KB 941d34cad2c848c95b4c40aea53ab3b4
Last packaged version: 7.x-1.1-beta2+1-dev
Last updated: March 15, 2012 - 00:37
Development snapshot from branch: 7.x-1.x

Release notes

Changes from 6.x - 7.x
- The search API has changed in 7.x. There is no longer a single hook_search. The old implementation was moved to hook_form_FORM_ID_alter.
- db_rewrite_sql() has been replaced with hook_query_alter() in Drupal 7.x.

search_config 6.x-1.6

Download Size md5 hash
search_config-6.x-1.6.tar.gz 11.37 KB a083bfc4c6729de2dbaffdae8272123a
search_config-6.x-1.6.zip 12.99 KB d7b4cb3ac44e869372f18229da3674e3
Last updated: December 24, 2010 - 23:46
Official release from tag: 6.x-1.6

Release notes

* Bug Fix: #565232 by dt_brume, jweowu, jbomb Validation skipped on translated sites; broken re-index site button.
* Bug Fix: #593722 by Richard Eriksson, grendzy, choster: Remove incorrect version number in .info file, add CVS tag to module
* Bug Fix: #288098 by paolomainardi : SQL Warning with OG_VOCAB installed

search_config 6.x-1.5

Download Size md5 hash
search_config-6.x-1.5.tar.gz 9.99 KB 069182500f923b7fbda7bba551320d98
search_config-6.x-1.5.zip 10.97 KB 8154498381a5c87dd64ebece2403918a
Last updated: December 24, 2010 - 23:46
Official release from tag: 6.x-1.5

Release notes

First stable release for Drupal 6. All functionality remains the same, more or less. Content types are no longer removed from the search index but instead not included in the search results by using hook_db_rewrite_sql.

search_config 6.x-1.x-dev

Download Size md5 hash
search_config-6.x-1.x-dev.tar.gz 11.16 KB e4f3c1a8df2e6842305c620c18f8f951
search_config-6.x-1.x-dev.zip 12.32 KB acd6542ecd5aedff793a609fdb6af505
Last packaged version: 6.x-1.6+10-dev
Last updated: March 24, 2012 - 12:35
Development snapshot from branch: 6.x-1.x

Release notes

Initial development release of the Drupal 6 version, no new features.

search_config 5.x-1.4

Download Size md5 hash
search_config-5.x-1.4.tar.gz 9.4 KB f6b5911c33748a94fa5913843fc161e4
search_config-5.x-1.4.zip 10.33 KB cc4f020b357e4d4608fd0aa25dc692d0
Last updated: December 24, 2010 - 23:46
Official release from tag: 5.x-1.4

Release notes

You can now choose which search to use by default, for example, if apachesolr is installed.

search_config 5.x-1.3

Download Size md5 hash
search_config-5.x-1.3.tar.gz 8.85 KB 646f58faad5ff229f84a280fc1ea800e
search_config-5.x-1.3.zip 9.64 KB 2b922d2309c74e31f088352790c5223b
Last updated: December 24, 2010 - 23:46
Official release from tag: 5.x-1.3

Release notes

Just converting the dev version to a release.

search_config 5.x-1.x-dev

Download Size md5 hash
search_config-5.x-1.x-dev.tar.gz 9.4 KB 5e6c8712574235453d1ce7c80781b348
search_config-5.x-1.x-dev.zip 10.17 KB 9fe2bc687c660e533dc05562df324d67
Last updated: February 25, 2011 - 07:48
Development snapshot from branch: 5.x-1.x

Release notes

Contains the latest features for the 5.x compatible branch.

search_config 4.7.x-1.6

Download Size md5 hash
search_config-4.7.x-1.6.tar.gz 7.82 KB d8f37bdf72032c4dbb83ee4dad33e4da
search_config-4.7.x-1.6.zip 8.38 KB aaf957c9ec7ac0508343805a7a670cbc
Last updated: December 24, 2010 - 23:46
Official release from tag: 4.7.x-1.6

Release notes

Nothing new. Fixing a botched release.

search_config 5.x-1.2

Download Size md5 hash
search_config-5.x-1.2.tar.gz 7.89 KB e08a33cbdc1d8ab0220df0738777fc2d
search_config-5.x-1.2.zip 8.67 KB 2de6c77838f061d5b9c3d356768d8206
Last updated: December 24, 2010 - 23:46
Official release from tag: 5.x-1.2

Release notes

Nothing new. Fixing a botched release.

search_config 4.7.x-1.4

Download Size md5 hash
search_config-4.7.x-1.4.tar.gz 7.76 KB 292c30b99868b341210757194a5abe3d
search_config-4.7.x-1.4.zip 8.32 KB deb8cec4a79ae17d38226d2bf5679ef0
Last updated: December 24, 2010 - 23:46
Official release from tag: 4.7.x-1.4

Release notes

Fixed #122167.

search_config 5.x-1.1

Download Size md5 hash
search_config-5.x-1.1.tar.gz 7.84 KB 168a30648a50aa103862809f5cab1271
search_config-5.x-1.1.zip 8.61 KB e6620425cc905bc3fc6d3c7d9f9b3602
Last updated: December 24, 2010 - 23:46
Official release from tag: 5.x-1.1

Release notes

Fix for #122167 applied. Thanks NaX. Empty categories no longer shown.

search_config 4.7.x-1.3

Download Size md5 hash
search_config-4.7.x-1.3.tar.gz 7.76 KB 5f5ecd049983eefdea3b655cd0d6374f
search_config-4.7.x-1.3.zip 8.32 KB 45ea369c3cd48735a752c05c15dbe037
Last updated: December 24, 2010 - 23:46
Official release from tag: 4.7.x-1.3

Release notes

Includes fix for the bug where an empty select box was showing up when no categories existed or weren't selected to be included in searches.

search_config 4.7.x-1.2

Download Size md5 hash
search_config-4.7.x-1.2.tar.gz 7.77 KB 960b474e7060591bc56f99516e7a45b5
search_config-4.7.x-1.2.zip 8.33 KB 2d114f1be094312934a1febd5f23de03
Last updated: December 24, 2010 - 23:46
Official release from tag: 4.7.x-1.2

Release notes

Includes fix for the bug where an empty select box was showing up when no categories existed or weren't selected to be included in searches.

search_config 5.x-1.0

Download Size md5 hash
search_config-5.x-1.0.tar.gz 7.81 KB c98ccb21241d61cd1524a699988c0c2d
search_config-5.x-1.0.zip 8.59 KB a019935dc6a58e68ac8364eb241798f1
Last updated: December 24, 2010 - 23:46
Official release from tag: 5.x-1.0

Release notes

There are no new feature in this realease. The option to completely disable the advance search form has been removed. The permission in the search module should be used for this.

Empty vocabularies no longer show up in the search form.

search_config 4.7.x-1.1

Download Size md5 hash
search_config-4.7.x-1.1.tar.gz 7.77 KB de322246876e429ce37d956ffdb93083
search_config-4.7.x-1.1.zip 8.33 KB f818571627bbe98c8b921dc76a1a32ec
Last updated: December 24, 2010 - 23:46
Official release from tag: 4.7.x-1.1

Release notes

This is a minor feature release. I applied the path from http://drupal.org/user/29191. The node type section is not shown if only one node type is enabled. Thanks douggreen.

search_config HEAD

Download Size md5 hash
search_config-HEAD.tar.gz 12.39 KB 9f19dca9e67c1f80ffd2907024dd2475
search_config-master.tar.gz 9.79 KB 771f5f33fbbc8b2a73733bf49247fc83
search_config-HEAD.zip 14.62 KB 1368edab4faeaae120581da71a1354ce
search_config-master.zip 10.65 KB 8f3a06edcfd4f6d25dd5db71b6d97647
Last updated: February 25, 2011 - 07:48
Development snapshot from branch: master
Subscribe with RSS Syndicate content
nobody click here