Skip to content
Snippets Groups Projects
Commit c0672db9 authored by ml bonhomme's avatar ml bonhomme :bee: Committed by Erwan Rouchet
Browse files

Filter corpora again

parent c8ed0e6a
No related branches found
No related tags found
1 merge request!1339Filter corpora again
......@@ -48,7 +48,7 @@ export default {
groupedCorpora () {
if (!this.corpora) return {}
/* if there is no | the prefix is just the corpus name */
return Object.entries(groupBy(Object.values(this.corpora), corpus => corpus.name.split('|')[0].trim()))
return Object.entries(groupBy(Object.values(this.filterCorpora(this.corpora)), corpus => corpus.name.split('|')[0].trim()))
}
},
methods: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment