Skip to content

Fix: Date Query handles array for Compare IN and NOT IN#4168

Merged
felipeelia merged 1 commit intodevelopfrom
fix/4164
Jun 24, 2025
Merged

Fix: Date Query handles array for Compare IN and NOT IN#4168
felipeelia merged 1 commit intodevelopfrom
fix/4164

Conversation

@burhandodhy
Copy link
Copy Markdown
Contributor

Description of the Change

This PR fixes an issue where the plugin was throwing a warning message and was unable to handle values in array format when the comparison operator was 'IN' or 'NOT IN'.

Closes #4164

How to test the Change

Changelog Entry

Fixed - Add support to handle values in array format when the comparison operator was 'IN' or 'NOT IN'.

Credits

Props @burhandodhy

Checklist:

@felipeelia felipeelia added this to the 5.3.0 milestone Jun 24, 2025
@felipeelia felipeelia merged commit 907d956 into develop Jun 24, 2025
21 of 24 checks passed
@felipeelia felipeelia deleted the fix/4164 branch June 24, 2025 17:22
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.

BUG: date_query foreach() argument must be of type array|object, int given

2 participants