From 8c37d59bc9c5a38f40488d9013aa6ed14171031e Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 15 Oct 2018 16:01:42 -0400 Subject: [PATCH] added search by battlegear artist --- src/components/collection/Search.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/collection/Search.js b/src/components/collection/Search.js index aa28b2c..8d3e745 100644 --- a/src/components/collection/Search.js +++ b/src/components/collection/Search.js @@ -322,7 +322,8 @@ export default class SearchCollection extends React.Component { battlegearResults = battlegearResults.find({'$or': [ {'gsx$tags': {"$or": textList}}, {'gsx$ability': {"$or": textList}}, - {'gsx$flavortext': {"$or": textList}} + {'gsx$flavortext': {"$or": textList}}, + {'gsx$artist': {"$or": textList}} ]}); creatureResults = creatureResults.find({'$or': [ {'gsx$tags': {"$or": textList}},