@iebh/polyglot 5.1.4 → 5.1.5

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.
@@ -209,6 +209,7 @@ var tools = {
209
209
  case 'Cochrane Library':
210
210
  if (space) {
211
211
  text = tools.wildCardCochrane(text, settings.highlighting);
212
+ text = text.replace(/"\b(\w+)\b"\s+NEXT/g, '$1 NEXT');
212
213
  }
213
214
  replaceObj = {
214
215
  // '$': settings.highlighting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iebh/polyglot",
3
- "version": "5.1.4",
3
+ "version": "5.1.5",
4
4
  "description": "IEBH-SRA tool to convert between different medical database search formats",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {