stable
Clone or download
Read-only
tasks #7286: Add empty file indexation
This task is part of the story #7230 be able to search for folder, links and empty files (metadata) in docman Change-Id: I7fb008cde12ff1b945bca9511b882329b58b670b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/Docman_Actions.class.php | +40 | −14 | Go to diff View file |
M | plugins/docman/include/constants.php | +11 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/RequestDocmanDataFactory.class.php | +5 | −1 | 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 | +28 | −12 | Go to diff View file |
A | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_EMPTY_INDEX.class.php | +33 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_INDEX.class.php | +8 | −4 | 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 | −0 | Go to diff View file |
M | plugins/fulltextsearch/tests/FullTextSearchDocmanActionsTest.php | +3 | −1 | Go to diff View file |
A | plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_DOCMAN_EMPTY_INDEXTest.php | +51 | −0 | Go to diff View file |
M | src/common/event/Event.class.php | +0 | −1 | Go to diff View file |