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

CQL filter parser can not properly handle ILIKE filter #10697

Closed
1 task done
offtherailz opened this issue Nov 28, 2024 · 0 comments · Fixed by #10698 or #10707
Closed
1 task done

CQL filter parser can not properly handle ILIKE filter #10697

offtherailz opened this issue Nov 28, 2024 · 0 comments · Fixed by #10698 or #10707
Assignees
Milestone

Comments

@offtherailz
Copy link
Member

Description

The CQL filter parser can parse like filter, but not ilike.

How to reproduce

  • (Only programmatically at the moment). Trying to execute a comvertion from CQL to OGC of an ILIKE filter, we receive an error.

Expected Result
the filter should be converted as the like filter

Current Result
the conversion rises an error.

  • Not browser related
Browser info (use this site: https://www.whatsmybrowser.org/ for non expert users)
Browser Affected Version
Internet Explorer
Edge
Chrome
Firefox
Safari

Other useful information

@offtherailz offtherailz added this to the 2024.02.02 milestone Nov 28, 2024
@offtherailz offtherailz self-assigned this Nov 28, 2024
@offtherailz offtherailz added BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch and removed BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch labels Nov 28, 2024
offtherailz added a commit to offtherailz/MapStore2 that referenced this issue Nov 28, 2024
@MV88 MV88 closed this as completed in 831eab5 Dec 3, 2024
offtherailz added a commit to offtherailz/MapStore2 that referenced this issue Dec 3, 2024
@tdipisa tdipisa reopened this Dec 3, 2024
@tdipisa tdipisa closed this as completed Dec 3, 2024
@ElenaGallo ElenaGallo self-assigned this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment