@imedx/ics-imedx-chromely-plugin-index-examine
Advanced tools
Comparing version 0.0.1-beta.23 to 0.0.1-beta.24
@@ -116,3 +116,3 @@ import icsChromelyRequest from '@icreate/ics-chromely-js-sdk'; | ||
Icd10Index.QueryCondition = function (category, keys) { | ||
return "(id:\"*" + keys + "*\" OR name:\"*" + keys + "*\" OR spellCode:*" + keys + "* OR strokeCode:*" + keys + "*)"; | ||
return "(id:*" + keys + "* OR name:\"*" + keys + "*\" OR spellCode:*" + keys + "* OR strokeCode:*" + keys + "*)"; | ||
}; | ||
@@ -119,0 +119,0 @@ return Icd10Index; |
@@ -122,3 +122,3 @@ (function (global, factory) { | ||
Icd10Index.QueryCondition = function (category, keys) { | ||
return "(id:\"*" + keys + "*\" OR name:\"*" + keys + "*\" OR spellCode:*" + keys + "* OR strokeCode:*" + keys + "*)"; | ||
return "(id:*" + keys + "* OR name:\"*" + keys + "*\" OR spellCode:*" + keys + "* OR strokeCode:*" + keys + "*)"; | ||
}; | ||
@@ -125,0 +125,0 @@ return Icd10Index; |
@@ -36,3 +36,3 @@ "use strict"; | ||
Icd10Index.QueryCondition = function (category, keys) { | ||
return "(id:\"*" + keys + "*\" OR name:\"*" + keys + "*\" OR spellCode:*" + keys + "* OR strokeCode:*" + keys + "*)"; | ||
return "(id:*" + keys + "* OR name:\"*" + keys + "*\" OR spellCode:*" + keys + "* OR strokeCode:*" + keys + "*)"; | ||
}; | ||
@@ -39,0 +39,0 @@ return Icd10Index; |
{ | ||
"name": "@imedx/ics-imedx-chromely-plugin-index-examine", | ||
"version": "0.0.1-beta.23", | ||
"version": "0.0.1-beta.24", | ||
"description": "", | ||
@@ -121,4 +121,5 @@ "keywords": [], | ||
"dependencies": { | ||
"@icreate/ics-chromely-js-sdk": "^0.0.4-beta.1" | ||
"@icreate/ics-chromely-js-sdk": "^0.0.4-beta.1", | ||
"@imedx/ics-imedx-chromely-plugin-index-examine": "^0.0.1-beta.23" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
110473
2