mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.208.0
This commit is contained in:
@@ -272,7 +272,13 @@ class MapsPage extends BaseComponent {
|
||||
}
|
||||
|
||||
_getSearchName ({sourceMeta}) {
|
||||
return this._getTitleName({sourceMeta}).toLowerCase().trim();
|
||||
return [
|
||||
this._getTitleName({sourceMeta}),
|
||||
Parser.sourceJsonToAbv(sourceMeta.source),
|
||||
]
|
||||
.join(" - ")
|
||||
.toLowerCase()
|
||||
.trim();
|
||||
}
|
||||
|
||||
_isVisibleSourceSearch ({searchName}) { return searchName.includes(this._state.search.trim().toLowerCase()); }
|
||||
|
||||
Reference in New Issue
Block a user