Closed
Description
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?