mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-12-15 12:49:49 +01:00
Include subtitles in search
This commit is contained in:
@@ -199,6 +199,7 @@ export default {
|
||||
matchesFilter: function (item) {
|
||||
return (
|
||||
item.name.toLowerCase().includes(this.filter) ||
|
||||
(item.subtitle && item.subtitle.toLowerCase().includes(this.filter)) ||
|
||||
(item.tag && item.tag.toLowerCase().includes(this.filter))
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user