summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index e7a5ed481..a3a78395a 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -163,8 +163,7 @@ sub ES_PROPERTIES {
},
suggest_nick => {
type => 'completion',
- analyzer => 'simple',
- search_analyzer => 'simple',
+ analyzer => 'autocomplete',
payloads => \1,
},
login => { type => 'string' },