@inveniosoftware/react-invenio-app-ils 1.0.0-alpha.66 → 1.0.0-alpha.67

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.67 (released 2022-03-09)
4
+
5
+ - series details: search for exact pid for volumes list
6
+
3
7
  Version 1.0.0-alpha.66 (released 2022-02-24)
4
8
 
5
9
  - DocumentConference: pass needed props to overridable context so users
package/dist/cjs/index.js CHANGED
@@ -56940,11 +56940,11 @@ function _get(target, property, receiver) {
56940
56940
  var qsBuilderForSeries = function qsBuilderForSeries(seriesMetadata) {
56941
56941
  var pidValue = seriesMetadata.pid; // MM can have has children only documents
56942
56942
 
56943
- var relationsQuery = "relations.multipart_monograph.pid_value:".concat(pidValue);
56943
+ var relationsQuery = "relations.multipart_monograph.pid_value:\"".concat(pidValue, "\"");
56944
56944
 
56945
56945
  if (seriesMetadata.mode_of_issuance === 'SERIAL') {
56946
56946
  // serials can have as children serials or MM
56947
- relationsQuery = "(relations.serial.pid_value:".concat(pidValue, " OR ").concat(relationsQuery, ")");
56947
+ relationsQuery = "(relations.serial.pid_value:\"".concat(pidValue, "\" OR ").concat(relationsQuery, ")");
56948
56948
  }
56949
56949
  /**
56950
56950
  * Custom serializer to change the query string and retrieve all records that have