Query string query doesn't work when field has customer analyzer

You can probably either:

  • Explicitly specify the fields to search on.
  • Set the analyzer on the _all field to the same as the Path field.
  • Use copy_to to create a meta-field like _all that contains the tokens from all fields that use the same analyzer, then set this as the default field for searches like query_string, etc.