Update Explore.svelte
This commit is contained in:
parent
e6129e0fe4
commit
9c32905540
|
|
@ -196,8 +196,8 @@
|
|||
|
||||
async function entered(e) {
|
||||
const searchclient = new MeiliSearch({
|
||||
host: 'https://ms-9ea4a96f02a8-1969.sfo.meilisearch.io',
|
||||
apiKey: '117c691a34b21a6651798479ebffd181eb276958'
|
||||
host: '',
|
||||
apiKey: ''
|
||||
})
|
||||
const index = searchclient.index('orgs')
|
||||
// this will search both keys and values
|
||||
|
|
@ -267,7 +267,7 @@ console.log(searchResult.hits)
|
|||
organization: 'Myseelia',
|
||||
db: 'playground3',
|
||||
token:
|
||||
'dGVybWludXNkYjovLy9kYXRhL2tleXNfYXBpLzJkMDU4N2IwYjgzMzhmODdjMjc0ZDdiNmM1MzgwNjFmYTYyMmZkOTcyZTc3NjI1NzIyYjY3MTllYTE3NmQxYjE=_bd6f9c37d87abcaf0c16b7a68335b31010c8dd04aac0b07bf0f31676af131888666200aac080e72cdc746197334eac4f52d821c90652b5611784878afabe1267535cbd896a00a396'
|
||||
''
|
||||
}
|
||||
)
|
||||
await client.connect()
|
||||
|
|
|
|||
Loading…
Reference in New Issue