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: Handle compound filters on related indexed fields #2575

Merged

Commits on May 1, 2024

  1. Add tests for compound relational index filters

    The current behaviour is documented in this commit
    AndrewSisley committed May 1, 2024
    Configuration menu
    Copy the full SHA
    44798fe View commit details
    Browse the repository at this point in the history
  2. Handle complex filters in compound filters on indexes

    Contains two changes:
    - complex (relation) filters in indexes are not passed on to the index fetcher - it cannot handle them at the moment
    - Adds support for one-many joins from the secondary side in the invertableJoin type, otherwise it fails to yield multiple results
    AndrewSisley committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2d6f477 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    164c26a View commit details
    Browse the repository at this point in the history
  2. PR FIXUP - Fix typo

    AndrewSisley committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a6db144 View commit details
    Browse the repository at this point in the history