fixed brainwash search glitch

This commit is contained in:
Daniel 2018-08-30 13:14:51 -04:00
parent 18eb39940b
commit 0194887387
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -327,7 +327,7 @@ export default class SearchCollection extends React.Component {
{'gsx$tags': {"$or": textList}},
{'gsx$ability': {"$or": textList}},
{'gsx$flavortext': {"$or": textList}},
{'gsx$brainwashedability': {"$or": textList}}
{'gsx$brainwashed': {"$or": textList}}
]});
locationResults = locationResults.find({'$or': [
{'gsx$tags': {"$or": textList}},