We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc76be commit 6a370b7Copy full SHA for 6a370b7
app/code/Magento/Ui/view/base/web/js/grid/search/search.js
@@ -45,7 +45,7 @@ define([
45
* @returns {Search} Chainable.
46
*/
47
initialize: function () {
48
- var urlParams = window.location.href.slice(window.location.href.search("[\&\?](search=)")).split('&'),
+ var urlParams = window.location.href.slice(window.location.href.search('[\&\?](search=)')).split('&'),
49
searchTerm = [];
50
51
this._super()
0 commit comments