Project:Similar entries
Version:7.x-2.x-dev
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Similar entries for flexinodes are NOT similar at all. My flexinodes has a number of text-field and one text-area, but similar block shows only the list of other flexinodes which are not similar and ignores other nodes which are in reality similar.

Comments

#1

Title:Does not work with Flexinode» Play nice with CCK and flexinode
Version:4.7.x-1.x-dev» master
Category:bug report» feature request
Status:active» postponed

Now that there's some CCK stuff in core, I'm willing to put more weight into the validity of this request, but it'll have to wait till Drupal 6 is stable. Patches always welcome in the meantime.

#2

Status:postponed» active

D6 is stable now.

#3

Any plans to support CCK in future?

#4

I'd like to have such a feature, but have no current need for it myself, so someone else will probably have to write the patch.

#5

It would be nice, even if support will only be for single CCK text fields.
(subscribing to the thread)

#6

Status:active» postponed

FYI, this will have to happen for Drupal 7 because the title and body fields are going away. Officially postponing until then.

#7

Title:Play nice with CCK and flexinode» Support new fields in Drupal core rather
Category:feature request» task

#8

Title:Support new fields in Drupal core rather» Support new fields in Drupal core

Rather than what you ask? I don't know. I guess I was already typing about my next thought...

#9

Would love this feature too!

#10

Title:Support new fields in Drupal core» Drupal 7 version supporting fields in core
Status:postponed» active

This is active again now that drupal 7 is out.

#11

Has anyone run this through Coder yet to help produce a basic patch for the upgrade?

#12

Title:Drupal 7 version supporting fields in core» Support new fields in Drupal core

Setting this back to the original cause. For the d7 port, head here: #1243654: Port Similar entries module to Drupal 7

#13

Indeed, CCK field support is absolutely planned for the upgrade and is being worked on now. I'm working on the port and should see some good progress soon, but the plan for a viable release candidate is to have Views integration and CCK support, so whenever that happens we will see a release. Patches are welcomed!

#14

Status:active» closed (fixed)

CCK/field support is now part of both 6.x-2.0 and 7.x-2.0 modules. This is implemented within the new Views integration. Similar entries automatically indexes any new fields when cron is run (if there are new fields) and fields can be included in the view's query via the setting in the Similar entries nid argument. This feature will not be back ported to 6.x-1.x as that version has a development freeze and only major bug for security fixes will be applied.

One note: there remains an issue with the query built in views when the argument option to include fields is enabled. It is not critical, but it is undesired behavior that ultimately reduces the accuracy of results and makes sorting more difficult. See #1246044: Argument query goes into boolean mode when including CCK fields for more information on that or to provide some much needed input.

#15

Version:master» 7.x-2.x-dev

Wow man! You're on fire!! ;)

#16

I have a lot of time on my hands between semesters, so just getting as much done as possible before school starts again next week.. Seems to work surprisingly well too. : ) Still generates the exact same queries in views as were generating in the original theme function, so I'd say that was a success.

#17

Yep, nailed it!!