Skip to content

Allow to user filter with BOOL condition #113

@dgastudio

Description

@dgastudio

Hi.

Quite often there is a need to use filters with an OR condition.

At the moment, this feature is available when using queries, but not when using filters.

$bool2 = new \Manticoresearch\Query\BoolQuery();
$bool2->should(new \Manticoresearch\Query('year', 2000));
$bool2->should(new \Manticoresearch\Query('year', 2010));
$bool->must($bool2);

it will be great if you can integrate this feature into this awesome project.
Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions