Active
Project:
Uniqueness
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2010 at 16:11 UTC
Updated:
24 Jan 2013 at 18:18 UTC
I really like this module, but I can't get it to work because I'm using rules to set my content titles and I asume that the same counts for people who are using "Automatic Node Titles" to set their titles.
So my question is if there's maybe a way to find related content based on a CCK field instead of on a title or tag?
This would be a great improvement for the module.
Thanx anyway for this great module.
Comments
Comment #1
danchadwick commentedCurrently the module support three search methods: direct query on {node}.title, core drupal search, and apache solr.
I think that it would not be hard to add a fourth method of searching on a given CCK field. That said, it makes me wonder if it's the proverbial straw that broke the camel's back. Maybe we should go to a plug-in architecture, perhaps with objects representing each different query method.
Comment #2
coltraneYes, I prefer a plugin architecture than writing yet another search mechanism.
Comment #3
leroux.jaco commentedAny updates here? I'm combining a Name and Surname cck field by Auto title generation. This seems to not be searchable.
Comment #4
bryancasler commentedsubscribe
Comment #5
asb commentedsub
Comment #6
khanz commentedAny update??
Comment #7
asb commentedLast checkin in the dev branch on 2011-Nov-23, last comment from the maintainer on December 22, 2010. This is probably a "won't fix" feature request :-(
Comment #8
bforchhammer commentedMoving this to 7.x which should be the target for new developments.
This is still a valid feature request; a plugin mechanism for search modes in particular would be very useful. I won't work on this personally, but I'd be happy to review and commit respective patches...