mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
filtering fix (#1071)
Co-authored-by: ClaudiaHolhos <claudia@oceanprotocol.com>
This commit is contained in:
parent
b79385bbcf
commit
fab181be34
@ -123,7 +123,7 @@ export function getSearchQuery(
|
||||
|
||||
const filters: FilterTerm[] = []
|
||||
accessType !== undefined &&
|
||||
filters.push(getFilterTerm('nft.type', accessType))
|
||||
filters.push(getFilterTerm('services.type', accessType))
|
||||
serviceType !== undefined &&
|
||||
filters.push(getFilterTerm('metadata.type', serviceType))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user