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

Commits on Jan 30, 2024

  1. Update SearchParameter.php

    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 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    af75aa6 View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    StyleCIBot committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9173afd View commit details
    Browse the repository at this point in the history