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

'ilike' as default operator for text field in attribute table quick filter #10488

Closed
1 of 6 tasks
tdipisa opened this issue Jul 24, 2024 · 0 comments · Fixed by #10496
Closed
1 of 6 tasks

'ilike' as default operator for text field in attribute table quick filter #10488

tdipisa opened this issue Jul 24, 2024 · 0 comments · Fixed by #10496

Comments

@tdipisa
Copy link
Member

tdipisa commented Jul 24, 2024

Description

With #9706 the Attribute Table quick filter has been enhanced with the operator drop down but the default operator for text fields now is = instead of ilike as it should be.

What kind of improvement you want to add? (check one with "x", remove the others)

  • Minor changes to existing features
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Other useful information

@tdipisa tdipisa added this to the 2024.02.00 milestone Jul 24, 2024
mahmoudadel54 added a commit to mahmoudadel54/MapStore2 that referenced this issue Jul 25, 2024
…attribute table quick filter

Description:
- handling specifying ilike as the default operator in DD operators in attribute table for the text fields
mahmoudadel54 added a commit to mahmoudadel54/MapStore2 that referenced this issue Jul 30, 2024
…attribute table quick filter [resolve review comments]

Description:
- replace operator prop with defaultOperator
- remove unused prop operator from BaseDateTimeFilter component
@ElenaGallo ElenaGallo self-assigned this Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment