@sapui5/sap.fe.core 1.96.13 → 1.96.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.fe.core",
3
- "version": "1.96.13",
3
+ "version": "1.96.14",
4
4
  "description": "SAPUI5 Library sap.fe.core",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -6,7 +6,7 @@
6
6
  <copyright>SAP UI development toolkit for HTML5 (SAPUI5)
7
7
  (c) Copyright 2009-2021 SAP SE. All rights reserved
8
8
  </copyright>
9
- <version>1.96.13</version>
9
+ <version>1.96.14</version>
10
10
 
11
11
  <documentation>UI5 library: sap.fe.core</documentation>
12
12
 
@@ -80,8 +80,7 @@ sap.ui.define(
80
80
  if (!sSearchTerm) {
81
81
  return undefined;
82
82
  }
83
-
84
- return sSearchTerm.replace(/"/g, " ").replace(/\\/g, "\\\\"); //escape backslash characters. Can be removed if odata/binding handles backend errors responds.
83
+ return '"' + sSearchTerm.replace(/"/g, " ").replace(/\\/g, "\\\\") + '"'; //escape backslash characters. Can be removed if odata/binding handles backend errors responds.
85
84
  //we do not include .split() and .reduce() like in the higher releases, since these two will change the search term in an incompatible way
86
85
  }
87
86
 
@@ -106,7 +106,7 @@ sap.ui.define(
106
106
  interfaces: [],
107
107
  controls: [],
108
108
  elements: [],
109
- version: "1.96.13",
109
+ version: "1.96.14",
110
110
  noLibraryCSS: true,
111
111
  extensions: {
112
112
  //Configuration used for rule loading of Support Assistant