Skip to content
Snippets Groups Projects
Commit 64dfc271 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

test

parent e67cfb24
No related branches found
No related tags found
No related merge requests found
Pipeline #128522 failed with stages
in 7 minutes and 55 seconds
...@@ -208,6 +208,7 @@ lint: ...@@ -208,6 +208,7 @@ lint:
###### REFSEQ ###### REFSEQ
# delete all document refseq # delete all document refseq
- head data/refseq_res.csv
- > - >
df-wiki-cli df-wiki-cli
meilisearch meilisearch
......
...@@ -188,7 +188,7 @@ async function fetchSystemHits() { ...@@ -188,7 +188,7 @@ async function fetchSystemHits() {
pending.value = true pending.value = true
const data = await client.index(toValue(msIndexName)).search("", { const data = await client.index(toValue(msIndexName)).search("", {
facets: ["*"], facets: ["*"],
filter: [`type = '${toValue(systemName)}'`], filter: [`type='${toValue(systemName)}'`],
limit: 500000, limit: 500000,
}) })
systemHits.value = data systemHits.value = data
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment