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.
Other
11 stars 17 forks source link

Making attachments searchable #269

Open grtjn opened 8 years ago

grtjn commented 8 years ago

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.

janmichaelyu commented 8 years ago

Taking this issue.

grtjn commented 8 years ago

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