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

Fix #10697 parsing of CQL ILIKE filter #10698

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

offtherailz
Copy link
Member

Description

The internal parser was missingthe ILIKE recognition.
Added 2 tests that now passes.

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Issue

What is the current behavior?

Fix #10697

What is the new behavior?

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

Other useful information

@offtherailz offtherailz added the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Nov 28, 2024
@offtherailz offtherailz added this to the 2024.02.02 milestone Nov 28, 2024
@offtherailz offtherailz requested a review from MV88 November 28, 2024 14:13
@offtherailz offtherailz self-assigned this Nov 28, 2024
@MV88 MV88 merged commit 831eab5 into geosolutions-it:master Dec 3, 2024
6 checks passed
@MV88
Copy link
Contributor

MV88 commented Dec 3, 2024

@ElenaGallo please test it in DEV as soon it deploys

offtherailz added a commit to offtherailz/MapStore2 that referenced this pull request Dec 3, 2024
@offtherailz offtherailz removed the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CQL filter parser can not properly handle ILIKE filter
2 participants