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

danchadwick’s picture

Currently 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.

coltrane’s picture

Yes, I prefer a plugin architecture than writing yet another search mechanism.

leroux.jaco’s picture

Any updates here? I'm combining a Name and Surname cck field by Auto title generation. This seems to not be searchable.

bryancasler’s picture

subscribe

asb’s picture

sub

khanz’s picture

Any update??

asb’s picture

Last 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 :-(

bforchhammer’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev

Moving 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...