Update Explore.svelte

This commit is contained in:
Darren Zal 2023-02-14 14:45:34 -08:00 committed by GitHub
parent e6129e0fe4
commit 9c32905540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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()