-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Labels
enhancementNew feature or requestNew feature or request
Description
"Advanced regex" feature is to allow one to run regex on matching lines, for example in case of log4j vulnerability one would want to find all repositories using log4j with versions that are lower of 2.17.1, but the query syntax doesn't support new lines or computation of found values.
Taking the limit of Zoekt, it would be great if there was addition advanced regex option to filter further the results.
One problem is the default search result limit for Zoekt that if executed before the filter would hide potential results.
I believe the filter should process on the server side to allow this feature in the API.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request