Posted on April 7, 2009 - 12:51pm by Robert Douglass.
UPDATE April 20, 2010: This post has been updated for the DRUPAL-6--2 branch.
In this article I will show you how you can write a tiny bit of code that will reveal new fields and facets for searching with the ApacheSolr module and Acquia Search. Using Acquia Drupal we'll write an example module that takes the file type from CCKfile and image fields and makes them into their own search fields. This results in us being able to filter our search results based on file type. This code fulfils the situation where you want, for example, to find a specific post that has a JPEG image, or all of the posts with PDFs that match a particular keyword. Read full article ยป
Posted on November 4, 2008 - 6:02pm by Jeffrey Dalton.
Hello,
I am trying to use CCK FileField with type File for simple documents library but the File description that is entered when file is uploaded is not showing is search results... anyone know why this might be? I was thinking the file description would get rolled into the node content for search index?