File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1643,6 +1643,7 @@ class ApiFindingFilter(DojoFilter):
16431643 steps_to_reproduce = CharFilter (lookup_expr = "icontains" )
16441644 unique_id_from_tool = CharFilter (lookup_expr = "icontains" )
16451645 title = CharFilter (lookup_expr = "icontains" )
1646+ exact_title = CharFilter (field_name = "title" , lookup_expr = "iexact" , help_text = "Finding title exact match (case-insensitive)" )
16461647 product_name = CharFilter (lookup_expr = "engagement__product__name__iexact" , field_name = "test" , label = labels .ASSET_FILTERS_NAME_EXACT_LABEL )
16471648 product_name_contains = CharFilter (lookup_expr = "engagement__product__name__icontains" , field_name = "test" , label = labels .ASSET_FILTERS_NAME_CONTAINS_LABEL )
16481649 product_lifecycle = CharFilter (method = custom_filter , lookup_expr = "engagement__product__lifecycle" ,
You can’t perform that action at this time.
0 commit comments