stable
Clone or download
Read-only
tasks #7238 Deal with default pages
This task is part of story #7028 Search in wiki pages Default pages are not indexed. If we modify them, they are indexed. If we delete a default phpwiki page in phpwiki service, it's deleted in ElasticSearch only if it was previously indexed Change-Id: Id15b6ad877f699d7f928195c84ad10bf7a0617da
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/fulltextsearch/include/ElasticSearch/ElementNotIndexed.class.php | +21 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/IndexClientFacade.class.php | +11 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/IIndexDocuments.class.php | +12 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearchWikiActions.class.php | +7 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/autoload.php | +3 | −2 | Go to diff View file |
R | plugins/fulltextsearch/tests/FullTextSearchActionsTest.php | Go to diff View file | ||
A | plugins/fulltextsearch/tests/FullTextSearchWikiActionsTest.php | +175 | −0 | Go to diff View file |