added search by battlegear artist

This commit is contained in:
Daniel
2018-10-15 16:01:42 -04:00
parent 8bacf5fd4b
commit 8c37d59bc9

View File

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