stable
Clone or download
Read-only
story #7465: Add the "In projects I'm member of" facet
Change-Id: I453710fcdea73e82a5d2c3a6f1cf73613772fda2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/include/ElasticSearch/ClientFactory.class.php | +4 | −2 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/ResultFactory.class.php | +22 | −6 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchClientFacade.class.php | +22 | −12 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultCollection.class.php | +25 | −12 | Go to diff View file |
A | plugins/fulltextsearch/include/ElasticSearch/SearchResultMyProjectsFacet.class.php | +43 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultProjectsFacetCollection.class.php | +6 | −19 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/Presenter/Search.class.php | +8 | −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 | +3 | −1 | Go to diff View file |
M | plugins/fulltextsearch/site-content/fr_FR/fulltextsearch.tab | +3 | −1 | Go to diff View file |
A | plugins/fulltextsearch/templates/facet-select.mustache | +6 | −0 | Go to diff View file |
M | plugins/fulltextsearch/templates/results.mustache | +22 | −9 | Go to diff View file |
M | plugins/fulltextsearch/tests/ElasticSearch/ResultFactoryTest.php | +2 | −1 | Go to diff View file |
M | plugins/fulltextsearch/tests/ElasticSearch/SearchClientFacadeTest.php | +89 | −1 | Go to diff View file |
M | src/www/themes/common/css/utils/search.less | +39 | −33 | Go to diff View file |