Follow same logic as in View Results Tree search: - Red means match - Blue means one of the children matches
Author: pmouawad Date: Sun Mar 4 18:00:53 2018 New Revision: 1825829 URL: http://svn.apache.org/viewvc?rev=1825829&view=rev Log: Bug 62156 - Search Feature : Distinguish between node that matches search and node that contains a child that matches search Bugzilla Id: 62156 Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/action/ResetSearchCommand.java jmeter/trunk/src/core/org/apache/jmeter/gui/action/SearchTreeDialog.java jmeter/trunk/src/core/org/apache/jmeter/gui/tree/JMeterCellRenderer.java jmeter/trunk/src/core/org/apache/jmeter/gui/tree/JMeterTreeNode.java jmeter/trunk/xdocs/changes.xml
Author: pmouawad Date: Tue Mar 20 19:25:41 2018 New Revision: 1827349 URL: http://svn.apache.org/viewvc?rev=1827349&view=rev Log: [Bug 62156] Search Feature : Distinguish between node that matches search and node that contains a child that matches search Fix regression on expand and factor out some common code Bugzilla Id: 62156 Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/action/SearchTreeDialog.java
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4709