otherwise elasticsearch will performs stemming which removes important information: Example: Name: "nixpkgs-review" Elasticsearch with 'text' mapping: ["nixpkgs", "review"] Now searching for *nixpkgs-review* will return no results.
fixes #22