@iebh/polyglot 5.0.6 → 5.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -211,7 +211,10 @@ var tools = {
211
211
  text = tools.wildCardCochrane(text, settings.highlighting);
212
212
  }
213
213
  replaceObj = {
214
- '$': settings.highlighting ? tools.createTooltip("?", "As Cochrane does not support single character truncation, the 0 or 1 character truncation is used here.", "highlight") : '*',
214
+ // '$': settings.highlighting
215
+ // ? tools.createTooltip("?", "As Cochrane does not support single character truncation, the 0 or 1 character truncation is used here.", "highlight")
216
+ // : '*',
217
+ '$': '*',
215
218
  '#': '?'
216
219
  };
217
220
  return tools.multiReplace(text, replaceObj);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iebh/polyglot",
3
- "version": "5.0.6",
3
+ "version": "5.0.7",
4
4
  "description": "IEBH-SRA tool to convert between different medical database search formats",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {