Skip to content

fix: ensure case-insensitive filtering in Like specification#66

Merged
jhonatapers merged 1 commit intodevelopfrom
fix/like-filter
Aug 26, 2025
Merged

fix: ensure case-insensitive filtering in Like specification#66
jhonatapers merged 1 commit intodevelopfrom
fix/like-filter

Conversation

@jhonatapers
Copy link
Copy Markdown
Member

This pull request updates the filtering logic in the Like specification to make string comparisons case-insensitive. This change improves search functionality so that queries match regardless of text case.

Filtering improvements:

  • Modified the buildSpecification method in Like.java to use criteriaBuilder.upper and filter.value().toUpperCase(), ensuring case-insensitive matching for LIKE queries.

@jhonatapers jhonatapers self-assigned this Aug 26, 2025
@jhonatapers jhonatapers added the bug Something isn't working label Aug 26, 2025
@jhonatapers jhonatapers merged commit 67134fd into develop Aug 26, 2025
@jhonatapers jhonatapers deleted the fix/like-filter branch August 26, 2025 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant