From 39f308fbd3a7f284c2b6dfb4da0eab5ef0fa42fd Mon Sep 17 00:00:00 2001 From: mihaisc Date: Mon, 19 Jun 2023 13:35:41 +0300 Subject: [PATCH] a --- content/site.json | 4 ++-- src/@utils/aquarius/index.ts | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/content/site.json b/content/site.json index 8772ac20c..c7742dadb 100644 --- a/content/site.json +++ b/content/site.json @@ -1,6 +1,6 @@ { - "siteTitle": "Ocean Market", - "siteTagline": "A marketplace to find, publish and trade datasets in the Ocean Network.", + "siteTitle": "Top 10 Reports :: Dubai Real Estate Challenge", + "siteTagline": "", "siteUrl": "https://market.oceanprotocol.com", "siteImage": "/share.png", "copyright": "All Rights Reserved. Powered by ", diff --git a/src/@utils/aquarius/index.ts b/src/@utils/aquarius/index.ts index 452b34ac7..978131f7d 100644 --- a/src/@utils/aquarius/index.ts +++ b/src/@utils/aquarius/index.ts @@ -39,6 +39,7 @@ export function getFilterTerm( } } +// hardcoded did export function generateBaseQuery( baseQueryParams: BaseQueryParams ): SearchQuery { @@ -57,6 +58,24 @@ export function generateBaseQuery( 'nft.state': 5 } } + ], + must: [ + { + terms: { + 'id.keyword': [ + 'did:op:9e890d2eb962c2221ff2cbb3dfc9997e207c0ed183744ead91d434de739a01d6', + 'did:op:7a32ff999b0e6a1c6cb44ab0d5dbca24a90b73015bcea47fde955ea71b79e154', + 'did:op:08853d39b7640f790e49558296f2c71b084a107940dcea1cb4e4b1876196a496', + 'did:op:8c4faf78510eac8c638477a9694d83ded91b0b265c88eb6cc04558bb787686db', + 'did:op:800bad638251d750da5f918638079e093a55882343488ef765f8b808af76016f', + 'did:op:6dc2c2f3360fde58abfdec3451331c3f736321190d7950614c6f6f1226d8583a', + 'did:op:a8d3519a97cc7a0cd77ca021bf8755f6903e6eb14765597e4a9be202086aa699', + 'did:op:c95a2da454c603f9a20330f8946657805d7f53d0a402d6a9e7080f8e0907fd2d', + 'did:op:6ee8f13263e00383308a6e40b9645e26eb0d59d2cf4dabac114976b9d8d67470', + 'did:op:c3223f0aa79fd07e52f54c9c85c8c3728c1b7724160b1c350e5c158cd3e433e2' + ] + } + } ] } })