Is it possible to include the createDate and updateDate fields that Umbraco automatically creates for the media items?
I am creating an endpoint in Umbraco to search through the pdf index and return all pdfs that match the search criteria. The user can add filters to the search. One of these filters is search by date but I can't filter by date because the pdf index does not include any date field. So, I'd like to know if there is any way to customize the pdf index to add these fields.
Is it possible to include the createDate and updateDate fields that Umbraco automatically creates for the media items?
I am creating an endpoint in Umbraco to search through the pdf index and return all pdfs that match the search criteria. The user can add filters to the search. One of these filters is search by date but I can't filter by date because the pdf index does not include any date field. So, I'd like to know if there is any way to customize the pdf index to add these fields.