Skip to content

Commit

Permalink
Merge pull request #8 from sat-utils/bug/7-contains
Browse files Browse the repository at this point in the history
Handle contains parameter, update patch version
  • Loading branch information
Alireza authored Nov 10, 2016
2 parents cc378e5 + 41a057e commit 9a6b5c9
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 9a6b5c9

Please sign in to comment.