similar 7.x-2.0-beta5

New features
Bug fixes
Unsupported
  • Reorganize Similar Entries: Nid argument handler's interface
  • Allow relevance manipulation for fields defined with field module
  • Adjust relevance of destination nodes' title, body, and other fields
  • Disable boolean mode queries by default
  • Prevent multiple joins on the same table
  • Clean up query() code

similar 7.x-1.0-beta2

New features
Bug fixes
Unsupported
  • Execute all queries in normal mode
  • Increase relevance of node titles in matches
  • Index all fields separately
  • Add conditional to hook_install()

similar 6.x-2.0-beta4

New features
Bug fixes
Unsupported
  • New argument options:
    • Execute query in boolean mode
    • Alter relevance of source node's title
    • Alter relevance of words in node body
    • Alter relevance of destination fields (title, body, and other fields)
  • Index fields individually for more flexibility

similar 7.x-1.0-beta1

New features
Bug fixes
Unsupported

Add option for disabling BOOLEAN MODE queries.
Fix indexing bug.

similar 6.x-2.0-beta3

New features
Bug fixes
Unsupported

#1345954: Views 3 compatibility

  • Fixed bug that prevented the similarity score filter from being properly edited.
  • Added similarity score field with decimal place options.
  • Added option to increase the relevance of the node title.
  • Fixed bug that prevented block from being displayed on certain node types.
  • Redesigned default view to be more stable.

similar 7.x-2.0-beta3

New features
Bug fixes
Unsupported

#1345954: Views 3 incompatibility

  • Fixed bug that prevented the similarity score filter from being properly edited.
  • Added similarity score field with decimal place options.
  • Added option to increase the relevance of the node title.
  • Fixed bug that prevented block from being displayed on certain node types.
  • Redesigned default view to be more stable.

similar 7.x-2.0-beta2

New features
Bug fixes
Unsupported

#1345954: Views 3 incompatibility
Fixes integration issues with Views 3.
Adds a new field: Similarity score.

similar 7.x-2.0-beta1

Bug fixes
Unsupported

Minor bug fix in the default block view. The module is now tested and stable enough for a beta release.

similar 6.x-2.0-beta1

Bug fixes
Unsupported

Issue #1257040: Fixed a bug that caused errors in views handlers.

similar 7.x-2.0-alpha2

New features
Unsupported

Issue #1247126: Create a filter from the Similarity score argument setting.

similar 6.x-2.0-alpha2

New features
Unsupported

Issue #1247126: Create a filter from the Similarity score argument setting.

similar 7.x-2.0-alpha1

New features
Unsupported

First public release of the new version with views integration and field support.

similar 6.x-2.0-alpha1

New features
Unsupported

First public release of the new version with views integration and field support.

similar 7.x-2.x-dev

New features

Issue #1243654: Port Similar entries module to Drupal 7.
Issue #365969: Views integration.
Issue #73084: Support new fields in Drupal core.

similar 6.x-2.x-dev

New features

Significant Feature enhancements in version 2.x:
- Vies integration. Similar entries is fully dependent upon Views in 2.x.
- CCK field support. Perform FULLTEXT search queries on CCK fields via Views.

similar 6.x-1.1

Bug fixes
Unsupported

#253299: Anonymous users see same block content in all nodes - switches from custom block caching implementation to the new Drupal 6 block caching in core on a per page and role level. The fix requires running update.php.

similar 6.x-1.0

Unsupported

Community review (http://drupal.org/node/227648) says it's ready. No new frills, just upgraded from 5.x.

similar 5.x-2.0

New features
Unsupported

Added a new block caching option.

similar 5.x-1.1

Unsupported

Fixed bugs:

  • 116180 - use correct input filter on teaser

New features:

  • 107556 - add rel="nofollow" option for similar entry links
  • 119971 - do not display similar block when editing nodes

similar 4.7.x-1.0

Unsupported

Closed bugs for duplicate node revision display and double escaped titles.

similar 5.x-1.0

Unsupported

Fixes a bug where multiple revisions of a node would appear in the list of similar links.

similar 4.7.x-1.x-dev

Important upgrade note! If you added the fulltext index to the node table in your Drupal 4.6 setup, you MUST drop the index before performing your Drupal 4.7 upgrade, or the upgrade will fail: ALTER TABLE node DROP INDEX title.

If you also disable the similar module before performing the upgrade from 4.6 to 4.7 and manually execute the aforesaid index drop, the similar entries module install file, on a Drupal 4.7 site, should automatically create the new index for you on the node_revisions table.

similar 4.6.x-1.x-dev

This module uses MySQL’s FULLTEXT indexing, and requires you to add a fulltext index on the node table.

ALTER TABLE node ADD FULLTEXT(title, body);

Subscribe with RSS Subscribe to Releases for Similar Entries