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

Feature/allow separate and parameters & Fix Relation with Or #49

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Aug 27, 2018

  1. Configuration menu
    Copy the full SHA
    7f93ffc View commit details
    Browse the repository at this point in the history
  2. Include mode.

    lloy0076 committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    f8bf3da View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Fix 'or'.

    lloy0076 committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    54db63d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45a57bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcf747a View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    288ee5a View commit details
    Browse the repository at this point in the history
  2. Allow parameter grouping by __or and __and.

    1. First, we must remove all filtered query parameter
    2. Check each query parameter for the special flage `.*__and` or `.*__or`
    3. If that exists group in the `where` or `orWhere` clause respectively
    
    This seems to actually work.
    lloy0076 committed May 1, 2019
    Configuration menu
    Copy the full SHA
    a79eb79 View commit details
    Browse the repository at this point in the history
  3. Allow parameter grouping by __or and __and.

    (Fix unused variable)
    
    1. First, we must remove all filtered query parameter
    2. Check each query parameter for the special flage `.*__and` or `.*__or`
    3. If that exists group in the `where` or `orWhere` clause respectively
    
    This seems to actually work.
    lloy0076 committed May 1, 2019
    Configuration menu
    Copy the full SHA
    ec9f5ae View commit details
    Browse the repository at this point in the history
  4. Allow parameter grouping by __or and __and.

    (Always group them!)
    
    1. First, we must remove all filtered query parameter
    2. Check each query parameter for the special flage `.*__and` or `.*__or`
    3. If that exists group in the `where` or `orWhere` clause respectively
    
    This seems to actually work.
    lloy0076 committed May 1, 2019
    Configuration menu
    Copy the full SHA
    b09d503 View commit details
    Browse the repository at this point in the history