stable
Clone or download
Read-only
story #7607: perform search according to category
Change-Id: Id4497c15be976805906d73e86534f12f86b2ba6b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/docmanPlugin.class.php | +11 | −2 | Go to diff View file |
M | plugins/docman/site-content/en_US/docman.tab | +3 | −1 | Go to diff View file |
M | plugins/docman/site-content/fr_FR/docman.tab | +3 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchClientFacade.class.php | +19 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultDocman.class.php | +4 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultWiki.class.php | +4 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/Controller/SearchController.class.php | +41 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/Presenter/Search.class.php | +7 | −1 | Go to diff View file |
A | plugins/fulltextsearch/include/constants.php | +41 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/fulltextsearchPlugin.class.php | +1 | −0 | Go to diff View file |
M | plugins/fulltextsearch/site-content/en_US/fulltextsearch.tab | +2 | −0 | Go to diff View file |
M | plugins/fulltextsearch/site-content/fr_FR/fulltextsearch.tab | +3 | −1 | Go to diff View file |
M | plugins/fulltextsearch/templates/results.mustache | +24 | −0 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +12 | −0 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +3 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +3 | −0 | Go to diff View file |
M | site-content/en_US/wiki/wiki.tab | +2 | −0 | Go to diff View file |
M | site-content/fr_FR/wiki/wiki.tab | +2 | −0 | Go to diff View file |