dev

Clone or download

Read-only

tasks #7287: Add link indexation

This taks is part of story #7230 be able to search for folder, links and empty files (metadata) in docman Change-Id: Ib61e28898967b2f709f8206080c5551a19142b9b

Modified Files

Name
M plugins/docman/include/Docman_Actions.class.php +10 −0 Go to diff View file
M plugins/docman/include/constants.php +9 −1 Go to diff View file
M plugins/fulltextsearch/include/ElasticSearch/RequestDocmanDataFactory.class.php +4 −0 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearch/DocmanSystemEventManager.class.php +11 −0 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearchDocmanActions.class.php +13 −0 Go to diff View file
A plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_LINK_INDEX.class.php +33 −0 Go to diff View file
M plugins/fulltextsearch/include/autoload.php +3 −2 Go to diff View file
M plugins/fulltextsearch/include/fulltextsearchPlugin.class.php +11 −1 Go to diff View file
A plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_LINK_INDEXTest.php +51 −0 Go to diff View file