[SSE] Fix search
This commit is contained in:
parent
659e7cec50
commit
f83b4e55b1
|
@ -367,6 +367,7 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onApiRemoveTextAroundSearch: function (arr) {
|
onApiRemoveTextAroundSearch: function (arr) {
|
||||||
|
if (!this.resultItems) return;
|
||||||
var me = this;
|
var me = this;
|
||||||
arr.forEach(function (id) {
|
arr.forEach(function (id) {
|
||||||
var ind = _.findIndex(me.resultItems, {id: id});
|
var ind = _.findIndex(me.resultItems, {id: id});
|
||||||
|
|
Loading…
Reference in a new issue