mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-04-22 08:37:22 -05:00
added search by artist to attacks
This commit is contained in:
parent
a0b114888e
commit
8bacf5fd4b
|
|
@ -316,7 +316,8 @@ export default class SearchCollection extends React.Component {
|
|||
attackResults = attackResults.find({'$or': [
|
||||
{'gsx$tags': {"$or": textList}},
|
||||
{'gsx$ability': {"$or": textList}},
|
||||
{'gsx$flavortext': {"$or": textList}}
|
||||
{'gsx$flavortext': {"$or": textList}},
|
||||
{'gsx$artist': {"$or": textList}}
|
||||
]});
|
||||
battlegearResults = battlegearResults.find({'$or': [
|
||||
{'gsx$tags': {"$or": textList}},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user