From 64dfc27186bb001c2836bd84b98d43ef5c328dae Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Fri, 12 Apr 2024 17:40:45 +0200 Subject: [PATCH] test --- .gitlab-ci.yml | 1 + components/content/ArticleSystemDistributionPlot.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0aefc84..5af564cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -208,6 +208,7 @@ lint: ###### REFSEQ # delete all document refseq + - head data/refseq_res.csv - > df-wiki-cli meilisearch diff --git a/components/content/ArticleSystemDistributionPlot.vue b/components/content/ArticleSystemDistributionPlot.vue index 4013dafa..654c392b 100644 --- a/components/content/ArticleSystemDistributionPlot.vue +++ b/components/content/ArticleSystemDistributionPlot.vue @@ -188,7 +188,7 @@ async function fetchSystemHits() { pending.value = true const data = await client.index(toValue(msIndexName)).search("", { facets: ["*"], - filter: [`type = '${toValue(systemName)}'`], + filter: [`type='${toValue(systemName)}'`], limit: 500000, }) systemHits.value = data -- GitLab