Skip to content

Commit

Permalink
fix boost expression
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoo committed Oct 23, 2020
1 parent ef4e968 commit fe383d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/p3/widget/TaxonNameSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ define([
rankAttrs: ['taxon_rank'],
subStringAttrs: ['taxon_name'],
promoteAttrs: ['taxon_name'],
boostQuery: ['taxon_rank:(superkingdom)^7000000', 'taxon_rank:(phylum)^6000000', 'taxon_rank:(class)^5000000', 'taxon_rank:(order)^4000000', 'taxon_rank:(family)^3000000', 'taxon_rank:(genus)^2000000', 'taxon_rank:(species)^1000000', 'taxon_rank:*'],
boostQuery: ['taxon_rank:superkingdom^7000000', 'taxon_rank:phylum^6000000', 'taxon_rank:class^5000000', 'taxon_rank:order^4000000', 'taxon_rank:family^3000000', 'taxon_rank:genus^2000000', 'taxon_rank:species^1000000', 'taxon_rank:*'],
intAttrs: ['taxon_id'],
rankList: ['species', 'no rank', 'genus', 'subspecies', 'family', 'order', 'class', 'phylum', 'species group', 'suborder', 'varietas', 'species subgroup', 'subclass', 'subgenus', 'forma', 'superphylum', 'superkingdom', 'tribe', 'subfamily', 'subphylum'],
// query: "?&select(taxon_name)",
Expand Down

0 comments on commit fe383d2

Please sign in to comment.