Skip to content

Commit 7788ed6

Browse files
committed
Remove first name / last name from autocomplete
1 parent 24598b9 commit 7788ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/SearchService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const MEMBER_FIELDS = ['userId', 'handle', 'handleLower', 'firstName', 'lastName
1414
'description', 'email', 'tracks', 'maxRating', 'wins', 'createdAt', 'createdBy',
1515
'updatedAt', 'updatedBy', 'skills', 'stats']
1616

17-
const MEMBER_AUTOCOMPLETE_FIELDS = ['userId', 'handle', 'handleLower', 'firstName', 'lastName',
17+
const MEMBER_AUTOCOMPLETE_FIELDS = ['userId', 'handle', 'handleLower',
1818
'status', 'email', 'createdAt', 'updatedAt']
1919

2020
var MEMBER_STATS_FIELDS = ['userId', 'handle', 'handleLower', 'maxRating',

0 commit comments

Comments
 (0)