-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
backendRelated to changes to the query backendRelated to changes to the query backendenhancementNew feature or requestNew feature or request
Description
Loki has added support for an or operator to combine equality line filters, which would remove the need to convert them into regular expressions. I.e., previously to require a line contains either A or B you had to use:
|~ `A|B`
This meant we needed to escape the values A and B (in case they contained regular expression meta-characters). Now we can instead use:
|= `A` or `B`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendRelated to changes to the query backendRelated to changes to the query backendenhancementNew feature or requestNew feature or request