Skip to content

Commit

Permalink
Handle contains parameter, update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbo committed Nov 10, 2016
1 parent cc378e5 commit 41a057e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion libs/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ module.exports = function (params) {
// contain search
if (params.contains) {
queries.push(contains(params.contains));
} else {
params = _.omit(params, ['contains']);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sat-api-lib",
"version": "0.4.0",
"version": "0.4.1",
"description": "A library for creating a search API of public Satellites metadata using Elasticsearch",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 41a057e

Please sign in to comment.