Skip to content

Commit

Permalink
added sort by number of matcit
Browse files Browse the repository at this point in the history
  • Loading branch information
emilie19 committed Nov 28, 2023
1 parent ef84804 commit feaa213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit feaa213

Please sign in to comment.