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

Fix querying with a path into nested collections with wildcards #7404

Merged
merged 7 commits into from
Mar 7, 2024

Commits on Mar 1, 2024

  1. Fix querying with a path into nested collections with wildcards

    Comparing a collection with a list could fail if there was wildcards
    in the path and therefore multiple collections to compare with right
    hand list.
    
    Linklist is implicitly having wildcard in the path, so if linklists is
    in the path there will be a similar problem. This part is not solved.
    jedelbo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3a5e559 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    fb66b64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483b5dd View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    e061380 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Update after review

    jedelbo committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1057eb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Update test

    jedelbo committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6220240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5833c2e View commit details
    Browse the repository at this point in the history