stable
Clone or download
Read-only
story #7465: Merge projects and my projects facets
Change-Id: Id1447a364f839605aa3d6a505f8b3ce563b51503
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/include/ElasticSearch/ClientFactory.class.php | +2 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/ResultFactory.class.php | +4 | −12 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchClientFacade.class.php | +14 | −4 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultCollection.class.php | +0 | −4 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultMyProjectsFacet.class.php | +22 | −16 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultProjectsFacet.class.php | +3 | −4 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultProjectsFacetCollection.class.php | +81 | −15 | Go to diff View file |
A | plugins/fulltextsearch/include/ElasticSearch/SearchResultProjectsGroupFacet.class.php | +37 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/Presenter/Search.class.php | +0 | −4 | Go to diff View file |
M | plugins/fulltextsearch/include/autoload.php | +4 | −3 | Go to diff View file |
M | plugins/fulltextsearch/site-content/en_US/fulltextsearch.tab | +2 | −1 | Go to diff View file |
M | plugins/fulltextsearch/site-content/fr_FR/fulltextsearch.tab | +2 | −1 | Go to diff View file |
M | plugins/fulltextsearch/templates/results.mustache | +10 | −14 | Go to diff View file |
M | plugins/fulltextsearch/tests/ElasticSearch/SearchClientFacadeTest.php | +53 | −4 | Go to diff View file |
M | src/common/autoload.php | +1 | −1 | Go to diff View file |
M | src/www/themes/common/css/utils/search.less | +12 | −0 | Go to diff View file |