@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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ Version 1.0.0-alpha.68 (released 2022-03-10)
4
+
5
+ - backoffice: fix series details volumes search phrase
6
+
3
7
  Version 1.0.0-alpha.67 (released 2022-03-09)
4
8
 
5
9
  - series details: search for exact pid for volumes list
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:".concat(prepareSumQuery(seriesPid)));
4598
+ this.withSeriesQuery.push("relations.serial.pid_value:\"".concat(prepareSumQuery(seriesPid), "\""));
4599
4599
  } else {
4600
- this.withSeriesQuery.push("relations.multipart_monograph.pid_value:".concat(prepareSumQuery(seriesPid)));
4600
+ this.withSeriesQuery.push("relations.multipart_monograph.pid_value:\"".concat(prepareSumQuery(seriesPid), "\""));
4601
4601
  }
4602
4602
 
4603
4603
  return this;