List of pages a file is liked on - how do i get this?
Permalink
I need to retrieve a list of the pages that any given file has been linked to on. The "Page Added To" field in the File Manager properties dialog is nice but I need a complete list of pages that a link to a given file appears on.
I can accomplish this at the database level by searching for the file URL tokens (such as {CCM:FID_DL_9441}) that c5 inserts into block text, but this is not a clean solution and doesn't return collection IDs or version IDs.
Is it possible to include the file URL tokens in the c5 search index? This seems like it would be the easiest solution that wouldn't require any mods to the filemanager interface.
Could this be as easy as commenting out a line in the code that builds the search index that strips out file token strings?
I can accomplish this at the database level by searching for the file URL tokens (such as {CCM:FID_DL_9441}) that c5 inserts into block text, but this is not a clean solution and doesn't return collection IDs or version IDs.
Is it possible to include the file URL tokens in the c5 search index? This seems like it would be the easiest solution that wouldn't require any mods to the filemanager interface.
Could this be as easy as commenting out a line in the code that builds the search index that strips out file token strings?