Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

enh(query) REGEXP #184

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

ponchoh
Copy link
Member

@ponchoh ponchoh commented Nov 12, 2021

allow regexp in query for multiple values to ex/include

allow regexp in query for multiple values to ex/include
@sonarqube-decoration
Copy link

@ponchoh
Copy link
Member Author

ponchoh commented Nov 12, 2021

that way they can use

valueA|valueX

or other rexep

Copy link
Contributor

@kduret kduret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we cannot apply this changes without doing a migration script
Cause it will break existing rules using LIKE syntax (ex: %rule%)
Migration script should replace % by .*

@sonarqube-decoration
Copy link

1 similar comment
@sonarqube-decoration
Copy link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants