stable
Clone or download
Read-only
story #7395: be able to search in all text fields in tracker report
- you may need to reset your tracker structure in elasticsearch for this to work - a new version of an artifact needs to be indexed before it can be searched Change-Id: If63ca4def21749b6584a5aae1d969330c0928d3c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/include/ElasticSearch/IndexClientFacade.class.php | +9 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/RequestTrackerDataFactory.class.php | +30 | −3 | Go to diff View file |
M | plugins/fulltextsearch/include/fulltextsearchPlugin.class.php | +6 | −6 | Go to diff View file |
M | plugins/fulltextsearch/site-content/en_US/fulltextsearch.tab | +3 | −3 | Go to diff View file |
M | plugins/fulltextsearch/site-content/fr_FR/fulltextsearch.tab | +3 | −3 | Go to diff View file |
M | plugins/fulltextsearch/tests/ElasticSearch/RequestTrackerDataFactoryTest.php | +26 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/themes/default/css/style.less | +5 | −0 | Go to diff View file |