diff --git a/src/components/explore/Explore.svelte b/src/components/explore/Explore.svelte index 45cbe2a..bb69afa 100644 --- a/src/components/explore/Explore.svelte +++ b/src/components/explore/Explore.svelte @@ -180,8 +180,8 @@ async function entered(e) { const searchclient = new MeiliSearch({ - host: '', - apiKey: '' + host: 'https://ms-9ea4a96f02a8-1969.sfo.meilisearch.io', + apiKey: '0a8740824e654411836da7ce15c4465996da8dfa9b2d68f603b50f9c80dc60b4' }) const index = searchclient.index('orgs') // this will search both keys and values @@ -217,21 +217,10 @@ } ) - const client = new TerminusClient.WOQLClient( - 'https://cloud.terminusdb.com/...', - { - user: '', - organization: '', - db: '', - token: - '' - } - ) - await client.connect() } -