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

Update Filter.php to allow case insensitive filtering on JSON columns #17

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

zamblas
Copy link
Contributor

@zamblas zamblas commented May 22, 2023

Enable case-insensitive filtering on JSON columns. Currently, the filtering mechanism is case-sensitive, which can lead to inconsistent or incomplete results when querying JSON data. With this enhancement, we ensure a more robust and user-friendly experience by allowing case-insensitive filtering.

Enable case-insensitive filtering on JSON columns. 
Currently, the filtering mechanism is case-sensitive, which can lead to inconsistent or incomplete results when querying JSON data. With this enhancement, we ensure a more robust and user-friendly experience by allowing case-insensitive filtering.
@zamblas zamblas changed the title Update Filter.php Update Filter.php to allow case insensitive filtering on JSON columns May 22, 2023
@coolsam726 coolsam726 merged commit 86fcbe7 into savannabits:main Jul 20, 2023
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.

2 participants