Skip to content

Commit

Permalink
Finish 3.0.5-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sarus committed Sep 19, 2018
2 parents 25bbf70 + de4d8de commit 50088b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "./integration.js",
"name": "swimlane",
"version": "3.0.4-beta",
"version": "3.0.5-beta",
"private": true,
"license": "MIT",
"author": "Polarity",
Expand Down
2 changes: 1 addition & 1 deletion swimlane.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Swimlane {
url: options.url + '/api/search',
json: true,
method: 'POST',
body: { applicationIds: appIds, keywords: entityValue, pageSize: 10 }
body: { applicationIds: appIds, keywords: `"${entityValue}"`, pageSize: 10 }
};

this.log.debug({ requestOptions: requestOptions }, 'HTTP Request Options');
Expand Down

0 comments on commit 50088b8

Please sign in to comment.