Open chokribr opened 8 years ago
@chokribr it's already defined in https://github.com/inveniosoftware/invenio/blob/maint-1.2/modules/bibdocfile/lib/bom_textdoc.py#L74 where BibTextDoc
class inherits from BibDoc
and is instantiated automatically in https://github.com/inveniosoftware/invenio/blob/maint-1.2/modules/bibdocfile/lib/bibdocfile.py#L1786 depending if the specific BibDoc
can be transformed to text.
@kaplun thank you Sam , what's wrong with fulltext indexing then?
By looking to get_text in bidocfile code I think that we need to add extract_text def https://github.com/inveniosoftware/invenio/blob/maint-1.2/modules/bibdocfile/lib/bibdocfile.py#L1562