Needs work
Project:
FileField Sources
Version:
7.x-1.x-dev
Component:
General
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2011 at 18:03 UTC
Updated:
7 Feb 2018 at 01:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
quicksketchUnfortunately this is nearly impossible because the description for a file is not stored in the "files" database table. The description is stored by CCK, and in any number of different tables depending on which content type the file was originally uploaded into.
Comment #2
nor4a commentedThis is not so complicated.
A bit of coding and the patch is made to do the job for "Reference existing" option.
Hope to see this in the next release :)
Comment #3
nor4a commentedIn the new path fixed small search issue when searching by description.
Comment #4
quicksketchThanks for the patch. I hadn't realized that we're already querying every in individual field already. This patch looks good but it could use some cleanup to following coding standards (http://drupal.org/coding-standards).
Comment #5
nor4a commentedYes - there were some Coder issues - fixed in the attached patch.
Comment #6
quicksketchThis issue already handles most of #837894: Reuse existing metadata, it'd probably be wise of us to go ahead and make this support other properties besides description (such as alt and title).
Comment #7
asb commentedsub
Comment #8
temelkoff commentedsub
Comment #10
asb commentedAny news on this issue?
Comment #11
quicksketchAt this point I'm not sure about this patch, we'll need to port it to Drupal 7 and see if the same functionality is reasonable there.
Comment #12
quicksketchD6 is no longer supported, so moving this forward.