stable

Clone or download

Read-only

Merge commit 'refs/changes/09/3209/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7465: Merge projects and my projects facets story #7465: Fix more results in FTS Change-Id: Ib854c45a2c9aa36ca59b69dd2e5988a8443fe0f1

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 plugins/fulltextsearch/www/scripts/full-text-search.js +56 −30 Go to diff View file
M src/common/autoload.php +1 −1 Go to diff View file
M src/www/scripts/tuleap/search.js +1 −1 Go to diff View file
M src/www/themes/common/css/utils/search.less +12 −0 Go to diff View file