So I edited the properties of the PDF and changed the Title and PDF Title fields in the Basic Tabs. I then viewed the PDF properties inside CRX/DE (location is /content/dam/documents/staff/policies/my-folder/my-pdf1.pdf/jcr:content/metadata). But the jcr:title has not changed. There's also a jcr:title field at this location (/content/dam/documents/staff/policies/my-folder/my-pdf1.pdf/jcr:content) and this also hasn't changed.
What am I doing wrong? How do I change the jcr:title for the PDF?
The issue we're having is that the search indexers are not picking up the correct PDF title (jcr:title) for some of our PDFs as they don't have jcr:title and we don't know how to edit the jcr:title.
Thanks
---------------------------
These are the PDF properties where jcr:title is present. The screenshots were made after editing Title/PDF Title.
There are the PDF properties for an asset where jcr:title is NOT present.
Solved! Go to Solution.
The title property gets stored as dc:title and not jcr:title. Check for dc:title property in metadata node
The title property gets stored as dc:title and not jcr:title. Check for dc:title property in metadata node
After 6.2, the title is mapped to dc:title property.
For the short term, you can check [1] and change the console to use jcr:title instead of dc:title.
Long term solution will be to start using dc:title as the new version of jcr:title as updating Title in Touch ui will update the dc:title property.