marklogic-community / demo-cat

An application to help SEs find good demos and record bugs and RFEs on them. AngularJS talks to the MarkLogic database via the REST API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Making attachments searchable

grtjn opened this issue · comments

commented

Use a post-commit trigger on attachments to scrape html out of them, and save those as memo's inside demo json data. It will make them a. searchable, and b. displayable. Use filename as title. Start with xdmp:document-filter, but see if you can get some formatting out of word docs and pdf in second stage.

Taking this issue.

commented

PR #270 was merged, but might be worth taking a closer look at the PDF convert stuff..