Closed (fixed)
Project:
Similar Entries
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2006 at 22:32 UTC
Updated:
12 Aug 2011 at 11:26 UTC
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
Comment #1
deekayen commentedNow 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.
Comment #2
wayland76 commentedD6 is stable now.
Comment #3
steve22 commentedAny plans to support CCK in future?
Comment #4
deekayen commentedI'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.
Comment #5
Antinoo commentedIt would be nice, even if support will only be for single CCK text fields.
(subscribing to the thread)
Comment #6
deekayen commentedFYI, this will have to happen for Drupal 7 because the title and body fields are going away. Officially postponing until then.
Comment #7
deekayen commentedComment #8
deekayen commentedRather than what you ask? I don't know. I guess I was already typing about my next thought...
Comment #9
sammyman commentedWould love this feature too!
Comment #10
agileware commentedThis is active again now that drupal 7 is out.
Comment #11
mgiffordHas anyone run this through Coder yet to help produce a basic patch for the upgrade?
Comment #12
klonosSetting this back to the original cause. For the d7 port, head here: #1243654: Port Similar entries module to Drupal 7
Comment #13
jordojuice commentedIndeed, 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!
Comment #14
jordojuice commentedCCK/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.
Comment #15
klonosWow man! You're on fire!! ;)
Comment #16
jordojuice commentedI 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.
Comment #17
klonosYep, nailed it!!