Skip to content

Expose IsVerbatim and IsStrict on OIS query objects #1876

Closed
@gmarz

Description

@gmarz

See #1872 for details.

The only way to set these on OIS objects right now is to wrap in a QueryContainer then cast to IQueryContainer. They should be exposed directly on the base class so one can simply do:

new TermQuery
{
    IsStrict = true,
    //snip
}

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