The "Search files in attachments" submodule seems to have a dependency on the "Attachments" module: http://drupal.org/project/attachments

When I click the index link I get an error that includes:

Table '[sitename].files' doesn't exist

As far as I'm aware the "files" table is used only by the attachments module linked to above.

If this is correct it means two things:

  1. The attachments module should be marked as a dependency
  2. This "Search files in attachments" submodule will not currently work on D7 as the "attachments" module does not have a D7 version

Is this correct? Can someone familiar with this module confirm?

Comments

jrglasgow’s picture

search_attachments modules has not yet been ported to work with Drupal 7 - in D7 the files table is gone replaced with file_managed which is provided by the system module. the file module provides the ability to add file fields to entities... When I upgrade the search attachments module I plan on making it work with these entity files.

I don't yet know when I will have time to do this.

jrglasgow’s picture

Issue summary: View changes

Removing superfluous li tags.