Skip to content

Fix #10697 parsing of CQL ILIKE filter#10698

Merged
MV88 merged 1 commit intogeosolutions-it:masterfrom
offtherailz:fix_10697
Dec 3, 2024
Merged

Fix #10697 parsing of CQL ILIKE filter#10698
MV88 merged 1 commit intogeosolutions-it:masterfrom
offtherailz:fix_10697

Conversation

@offtherailz
Copy link
Copy Markdown
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
@MV88
Copy link
Copy Markdown
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