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 SearchParameter.php #49

Closed
wants to merge 2 commits into from
Closed

Update SearchParameter.php #49

wants to merge 2 commits into from

Conversation

ngaspari
Copy link
Contributor

fix for SearchableItem with multiple items in query, which has to be inspected together, with AND operator

Example:
[0] => [
[customFieldValues.date] => <>2024-01-01T00:00:00.000Z;2024-01-31T00:00:00.000Z
[customFieldValues.custom_field_id] => =96e09c60-6e4f-4ab8-88f1-b21281008ad1
]

ngaspari and others added 2 commits January 30, 2024 08:27
fix for SearchableItem with multiple items in query, which has to be inspected together, with AND operator

Example:
[0] => [
  [customFieldValues.date] => <>2024-01-01T00:00:00.000Z;2024-01-31T00:00:00.000Z
  [customFieldValues.custom_field_id] => =96e09c60-6e4f-4ab8-88f1-b21281008ad1
]
@ngaspari ngaspari closed this Jan 30, 2024
@ngaspari
Copy link
Contributor Author

PR closed, due to failing tests.
Analysis has to be done, so there are no breaking changes

@ngaspari ngaspari deleted the ngaspari-patch-1 branch February 2, 2024 14:04
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.

6 participants