Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] Unmute LifecycleLicenseIT (#67572) #67639

Merged

Conversation

andreidan
Copy link
Contributor

(cherry picked from commit 03f5670)
Signed-off-by: Andrei Dan [email protected]

Backport of #67572

(cherry picked from commit 03f5670)
Signed-off-by: Andrei Dan <[email protected]>
@andreidan andreidan added >test Issues or PRs that are addressing/adding tests :Data Management/ILM+SLM Index and Snapshot lifecycle management backport labels Jan 18, 2021
@elasticmachine elasticmachine added the Team:Data Management Meta label for data/management team label Jan 18, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (Team:Core/Features)

@andreidan andreidan merged commit 7edfa31 into elastic:7.x Jan 18, 2021
costin added a commit to costin/elasticsearch that referenced this pull request Feb 9, 2021
Support both the case sensitive and insensitive queries

field like "pattern*"			// basic matching
field like~ "P?tTeRn*"			// case-insensitive
field like ("a*", "b?", "c*d" )		// multi argument
field like~ ("A*", "B?", "C*d")		// case-insensitive multi arg

field regex "[a-z]"		        // basic form
field regex~ "[A-z]"			// case-insensitive
field regex ("[aA]a", "[Bb]b")		// multi argument
field regex~ ("aA", "bB")		// case-insensitive multi arg

Fix elastic#67639
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Data Management/ILM+SLM Index and Snapshot lifecycle management Team:Data Management Meta label for data/management team >test Issues or PRs that are addressing/adding tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants