stable

Clone or download

Read-only

story #7607: current facets are always visible and you can choose projects that have no matching results

Change-Id: I4dc836425c35e4c4235a6bb33127267b14063f66

Modified Files

Name
M plugins/fulltextsearch/include/ElasticSearch/ResultFactory.class.php +1 −0 Go to diff View file
M plugins/fulltextsearch/include/ElasticSearch/SearchResultProjectsFacetCollection.class.php +55 −9 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearch/Presenter/Search.class.php +2 −2 Go to diff View file
M plugins/fulltextsearch/include/autoload.php +3 −2 Go to diff View file
M plugins/fulltextsearch/site-content/en_US/fulltextsearch.tab +3 −2 Go to diff View file
M plugins/fulltextsearch/site-content/fr_FR/fulltextsearch.tab +3 −2 Go to diff View file
M plugins/fulltextsearch/templates/results.mustache +66 −67 Go to diff View file
M src/common/dao/ProjectDao.class.php +15 −0 Go to diff View file
M src/common/project/ProjectManager.class.php +16 −0 Go to diff View file