Skip to content

Consider implementing "of" rule as equivalent of ES should + minimum_should_match #51

@jclaveau

Description

@jclaveau
[ 3, 'of',
    ['field', '=', 'bla'],
    ['field', '=', 'foo'],
    ['field3', '>', 8],
    ['field2', '<', -5],
]

or maybe

[ '3 of',
    ['field', '=', 'bla'],
    'or',
    ['field', '=', 'foo'],
    'or',
    ['field3', '>', 8],
    'or',
    ['field2', '<', -5],
]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions