stable
Clone or download
Read-only
story #7465: Add the "update date" facet
Change-Id: I31a2aaa776e6a8ca629d2dd1ed26aeb0a5c55637
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/include/ElasticSearch/ResultFactory.class.php | +11 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchClientFacade.class.php | +23 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultCollection.class.php | +4 | −0 | Go to diff View file |
A | plugins/fulltextsearch/include/ElasticSearch/SearchResultUpdateDateFacet.class.php | +46 | −0 | Go to diff View file |
A | plugins/fulltextsearch/include/ElasticSearch/SearchResultUpdateDateFacetCollection.class.php | +66 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/Presenter/Search.class.php | +4 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/autoload.php | +4 | −2 | 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 |
M | plugins/fulltextsearch/templates/results.mustache | +12 | −1 | Go to diff View file |
M | plugins/fulltextsearch/tests/ElasticSearch/SearchClientFacadeTest.php | +28 | −0 | Go to diff View file |
M | plugins/fulltextsearch/www/scripts/full-text-search.js | +1 | −1 | Go to diff View file |
M | src/www/themes/common/css/utils/search.less | +4 | −0 | Go to diff View file |