umbraco / UmbracoExamine.PDF

PDF indexing support in UmbracoExamine
Other
24 stars 19 forks source link

Add create date and update date fields to pdf index #43

Open DanielEscobarPublicis opened 3 months ago

DanielEscobarPublicis commented 3 months ago

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.