bug #7486
Fulltext taxon and name search not correct for Synonym based queries
100%
Description
If doTaxon is NOT selected, but doSynonym and (doMisappliedNamesor or doCommonNames) is selected the misapplied names or common names are not found.
This is because with !doTaxon and doSynonym the base class is set to "Synonym", but misapplied names and common names are attached to accepted taxa.
This can be changed by not using the base class type to reflect doTaxon=false. Instead the className could be used as this is relevant only for the doTaxonOrDoSynonym part while the base class is used for the full query including common names and misapplied names.
Related issues
Associated revisions
fix #7486 fix taxon full text search if doTaxon is missing
History
#1 Updated by Andreas Müller almost 3 years ago
- Related to bug #7478: Fix pro parte synonym search added
#2 Updated by Andreas Müller almost 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdmlib|8b9bedd725e557cc991845068e6ca3e3301110cc.
#3 Updated by Andreas Müller almost 3 years ago
- Assignee changed from Andreas Müller to Andreas Kohlbecker
#4 Updated by Andreas Kohlbecker almost 3 years ago
- Assignee changed from Andreas Kohlbecker to Andreas Müller
- % Done changed from 50 to 100
This works now for synonyms, for misapplied names and for common names.
#5 Updated by Andreas Müller almost 3 years ago
- Status changed from Resolved to Closed