Skip to content

FilterFlags and TriggerResults is smarter

Created by: kencall

FilterFlags can now be set to locate the product using default values TriggerResults can now match substrings. It will search for TriggerNames that contain the passed names as substrings.

The current behaviour is preserved if the entire trigger name is passed; however, it is now possible to pass a trigger name fragment, it will search for any triggers names that contain the fragment as a substring.

Merge request reports