We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77873e1 commit 08a5419Copy full SHA for 08a5419
website/client/src/components/inventory/stable/index.vue
@@ -673,6 +673,7 @@ export default {
673
// if yarn is searched, both items appear
674
if (searchText && searchText !== '') {
675
animals = _filter(animals, a => a.name.toLowerCase().indexOf(searchText) !== -1
676
+ || a.eggKey.toLowerCase().indexOf(searchText) !== -1
677
|| a.eggName.toLowerCase().indexOf(searchText) !== -1);
678
}
679
0 commit comments