Change filter
This commit is contained in:
parent
cba4d3a261
commit
7ca2ff9eb4
|
@ -14,10 +14,10 @@ export class ProjectTableFilterPipe implements PipeTransform {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
||||||
row.label.indexOf(query) > -1 ||
|
row.label.indexOf(query) > -1
|
||||||
|
|
||||||
//row.version == query ||
|
//|| row.version == query
|
||||||
row.id.indexOf(query) > -1
|
//|| row.id.indexOf(query) > -1
|
||||||
)
|
)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue