From feaa213b34e49c5475bd8dc0c405e568adf0b1dc Mon Sep 17 00:00:00 2001 From: emilie19 Date: Tue, 28 Nov 2023 18:34:05 +0100 Subject: [PATCH] added sort by number of matcit --- src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/index.js b/src/store/index.js index 14cfcc0..ffdbaf6 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -180,6 +180,7 @@ export default new Vuex.Store({ {title: 'Publication year', field: 'occurrence.year', selection: true, sortable: false}, {title: 'Collection date', field: 'occurrence.eventDate', selection: true, sortable: true}, {title: 'nb', field: 'relation_count', selection: true, sortable: true, ranking: "associatedOccurrences"}, + {title: 'Verbatim label', field: 'occurrence.verbatimLabel', selection: false, sortable: false}, {title: 'Kingdom', field: 'occurrence.kingdom', selection: false, sortable: true}, {title: 'Phylum', field: 'occurrence.phylum', selection: false, sortable: true},