Skip to content

Commit

Permalink
Initial aggregations support.
Browse files Browse the repository at this point in the history
Added Global, Filter, and Terms aggregations.
  • Loading branch information
mattweber committed Mar 16, 2014
1 parent 6614537 commit d300edf
Show file tree
Hide file tree
Showing 11 changed files with 1,294 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = function (grunt) {
'src/util.js',
'src/mixins/**/*.js',
'src/facet/*.js',
'src/aggregations/*.js',
'src/filter/*.js',
'src/query/*.js',
'src/search/**/*.js',
Expand Down Expand Up @@ -65,8 +66,8 @@ module.exports = function (grunt) {
}
},
files: [
'Gruntfile.js',
'<%= concat.dist.dest %>',
'Gruntfile.js',
'<%= concat.dist.dest %>',
'tests/**/*.js'
]
}
Expand Down
Loading

0 comments on commit d300edf

Please sign in to comment.