Skip to content

Commit 9c87ae5

Browse files
committed
filter by name
1 parent 9ffc52d commit 9c87ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/vipMarket/AnatomicalModelListItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ qx.Class.define("osparc.vipMarket.AnatomicalModelListItem", {
201201
_shouldApplyFilter: function(data) {
202202
if (data.text) {
203203
const checks = [
204-
this.getName(),
204+
this.getDisplayName(),
205205
];
206206
if (checks.filter(check => check && check.toLowerCase().trim().includes(data.text)).length == 0) {
207207
return true;

0 commit comments

Comments
 (0)