mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
removing duplicate filters
This commit is contained in:
parent
59ffd167ba
commit
240cb258f3
@ -37,11 +37,8 @@ export default function RelatedAssets({
|
||||
}
|
||||
},
|
||||
filters: [
|
||||
{ terms: { chainId: chainIds } },
|
||||
tagFilter && { terms: { 'metadata.tags.keyword': tags } },
|
||||
ownerFilter && { term: { 'nft.owner.keyword': owner } },
|
||||
{ term: { _index: 'aquarius' } },
|
||||
{ term: { 'purgatory.state': false } }
|
||||
ownerFilter && { term: { 'nft.owner.keyword': owner } }
|
||||
],
|
||||
sort: {
|
||||
'stats.orders': 'desc'
|
||||
|
Loading…
x
Reference in New Issue
Block a user