Closed (fixed)
Project:
Search Files
Version:
6.x-6.x-dev
Component:
Search File API
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2010 at 23:49 UTC
Updated:
18 Jun 2010 at 17:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
jhodgdonHere's a zip file with a working version of Search Files API for Drupal 7.
EDIT: There is a problem with this version. New one coming shortly....
Comment #2
jhodgdonHere's a new version. There was a small error in that other attachment.
This version passes all my attachment searching tests in Search by Page, so I'm reasonably certain that the helper API functionality works.
If you are not planning on releasing Search Files for Drupal 7, could you let me know (use my contact form or reply to this issue)?
I will in that case make plans to incorporate your API module into Search by Page. Thanks...
Comment #3
jhodgdonHere's a new version. Some things changed in Drupal 7's install process and the above zip file wouldn't work any more.
Module maintainers: Are you planning on doing a release of this module for Drupal 7?
Comment #4
jrglasgow commentedyes, we will probably do a version of the module for D7, I just haven't gotten around to it yet.
Comment #5
jhodgdonGood to know. The above zip file will get you part way there, at least.
I've also ported Search by Page Attachments to D7, which may also help you figure out the Field API, if your module needs that (since both upload and cck/filefield are subsumed in D7 by the File field, you might). Issue tracking progress of porting SBP to D7:
#674070: Drupal 7 version of Search by Page
Comment #6
jrglasgow commentedI have created a branch for D7 and committed your changes to the branch. this is my start to port the module to D7. I appreciate the help.