stable
Clone or download
Read-only
tasks #7189: Search in Wiki does not redirect to the Wiki service if FTS is enabled
This task is part of story #7028 Search in wiki pages If FTS is enabled, the global search from Phpwiki leads to indexed objects research Change-Id: I9abfefc13b8af0df3939f2ea9f62f72e3b3547f5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/include/ElasticSearch/ClientFactory.class.php | +12 | −25 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/RequestDocmanDataFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/ResultFactory.class.php | +31 | −9 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchAdminClientFacade.class.php | +1 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchClientFacade.class.php | +28 | −16 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResult.class.php | +2 | −3 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultCollection.class.php | +1 | −5 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultDocman.class.php | +2 | −0 | Go to diff View file |
A | plugins/fulltextsearch/include/ElasticSearch/SearchResultWiki.class.php | +38 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/Controller/SearchController.class.php | +8 | −1 | 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 | +27 | −10 | Go to diff View file |
M | plugins/fulltextsearch/tests/ElasticSearch/SearchClientFacadeTest.php | +8 | −4 | Go to diff View file |
M | plugins/fulltextsearch/www/scripts/full-text-search.js | +28 | −31 | Go to diff View file |
M | src/common/search/SearchController.class.php | +26 | −7 | Go to diff View file |
M | src/common/search/SearchQuery.class.php | +15 | −1 | Go to diff View file |
M | src/www/scripts/tuleap/search.js | +5 | −1 | Go to diff View file |