@inveniosoftware/react-invenio-app-ils 1.0.0-alpha.67 → 1.0.0-alpha.68
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/CHANGES.md +4 -0
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGES.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -4595,9 +4595,9 @@ var QueryBuilder$9 = /*#__PURE__*/function () {
|
|
|
4595
4595
|
}
|
|
4596
4596
|
|
|
4597
4597
|
if (moi === 'SERIAL') {
|
|
4598
|
-
this.withSeriesQuery.push("relations.serial.pid_value
|
|
4598
|
+
this.withSeriesQuery.push("relations.serial.pid_value:\"".concat(prepareSumQuery(seriesPid), "\""));
|
|
4599
4599
|
} else {
|
|
4600
|
-
this.withSeriesQuery.push("relations.multipart_monograph.pid_value
|
|
4600
|
+
this.withSeriesQuery.push("relations.multipart_monograph.pid_value:\"".concat(prepareSumQuery(seriesPid), "\""));
|
|
4601
4601
|
}
|
|
4602
4602
|
|
|
4603
4603
|
return this;
|