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}},