@iebh/polyglot 4.7.0 → 4.7.1
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.
- package/README.md +1 -0
- package/data/v4.xlsx +0 -0
- package/data/~$v4.xlsx +0 -0
- package/lib/data/fieldCodesObject.js +1 -1
- package/lib/data/meshObject.js +1 -1
- package/lib/data/meshTranslationsObject.js +1 -1
- package/lib/modules/engines/generic.js +2 -0
- package/lib/modules/global.js +4 -2
- package/lib/modules/tools.js +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -111,6 +111,7 @@ Similar to [Logical Syntax](#logical-syntax), proximity searching allows the sea
|
|
|
111
111
|
* `Term1 NEAR/3 Term2` (Search for `Term2` within 3 words of `Term1`, Embase and Web of Science formats)
|
|
112
112
|
* `Term1 N3 Term2` (Search for `Term2` within 3 words of `Term1`, PsycInfo (Ebsco) format)
|
|
113
113
|
* `Term1 N3 Term2` (Search for `Term2` within 3 words of `Term1`, Business format)
|
|
114
|
+
* `Term1 AND Term2` (Search for `Term2` within 3 words of `Term1`, Lilacs format)
|
|
114
115
|
|
|
115
116
|
|
|
116
117
|
## Line Referencing
|
package/data/v4.xlsx
CHANGED
|
Binary file
|
package/data/~$v4.xlsx
ADDED
|
Binary file
|