Skip to content

Flag for preventing fallback to default field when using quote_field_suffix #40778

Closed
@pbvahlst

Description

@pbvahlst

As default "quote_field_suffix" falls back to the default field if the field generated by
adding the "quote_field_suffix" does not exist.

When you have a multi field like:
"title": { "fields": { "exact": {}, "folded": {} } }
it will search both title.exact and title.folded which is probably not what we want.

Could we have a flag for ignoring fields not found instead of using the original field?

Metadata

Metadata

Assignees

No one assigned

    Labels

    :Search/SearchSearch-related issues that do not fall into other categories>docsGeneral docs changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions