mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-21 17:24:14 -05:00
fixed brainwash search glitch
This commit is contained in:
parent
18eb39940b
commit
0194887387
File diff suppressed because one or more lines are too long
|
|
@ -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}},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user