Skip to content

Commit

Permalink
Closes elastic#2992 - Adding name to the list of filter.props
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Feb 27, 2015
1 parent d31be9a commit 339b923
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ define(function (require) {
'type',
'indexed',
'analyzed',
'missing'
'missing',
'name'
],
defaults: {
missing: true
Expand Down

0 comments on commit 339b923

Please sign in to comment.