stable
Clone or download
Read-only
Merge commit 'refs/changes/87/3187/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7465: Fix "More results" doesn't work in FTS when facets are used story #7465: Add the "In projects I'm member of" facet story #7465: Update the "Projects" facet so that it can handle a huge amount of projects Change-Id: I4389da86863210438825c1911040429e7525303a
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 | −17 | 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/SearchResultProjectsFacet.class.php | +6 | −13 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultProjectsFacetCollection.class.php | +23 | −18 | 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 | +6 | −0 | Go to diff View file |
M | plugins/fulltextsearch/site-content/fr_FR/fulltextsearch.tab | +6 | −0 | 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 | +24 | −13 | 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 | plugins/fulltextsearch/www/scripts/full-text-search.js | +20 | −10 | Go to diff View file |
M | src/common/autoload.php | +1 | −1 | Go to diff View file |
M | src/www/scripts/tuleap/search.js | +11 | −12 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/search.less | +1 | −1 | Go to diff View file |
M | src/www/themes/common/css/utils/search.less | +48 | −7 | Go to diff View file |