Project

General

Profile

Actions

bug #6679

closed

search for misapplied names in portal does not work

Added by Katja Luther almost 7 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Highest
Category:
cdm-dataportal
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Severity:
normal
Found in Version:

Description

ich weiß nicht, ob wir das schon mal besprochen haben. Notfalls doppelt:

Beim Flora of Greece Portal http://portal.cybertaxonomy.org/flora-greece/ werden anscheinend Misapplikationen grundsätzlich nicht gefunden.

Z.B. Medicago blancheana subsp. bonarotiana als MA von Medicago bonarotiana

oder

Echium diffusum als MA von Echium arenarium.

Ich habe nicht getestet, ob das bei anderen Portalen auch der Fall ist. Auf jeden Fall sollte es dringend gefixt werden und mit Tests hinterlegt werden. --> implementing the tests has been moved to #7272


Related issues

Copied to EDIT - bug #7272: implement test for misapplied names in search resultsNewAndreas Kohlbecker

Actions
Actions #1

Updated by Andreas Müller almost 7 years ago

  • Assignee changed from Andreas Müller to Katja Luther
Actions #2

Updated by Andreas Müller almost 7 years ago

  • Found in Version set to Release 4.7
Actions #3

Updated by Katja Luther almost 7 years ago

  • Status changed from New to In Progress

Tested with cichorieae portal and it seems that the problem is the same.

The cdmlib test for testFindTaxaAndNames also covers misapplied names and works as expected.

Actions #5

Updated by Katja Luther almost 7 years ago

  • Assignee changed from Katja Luther to Andreas Kohlbecker

The problems seems to be the display in dataportal, because the result of the search is correct, the json result is like this, but no result is shown:

    "prevIndex": 0,
    "records": [
        {
            "taxonStatusUnknown": false,
            "name": {
                "nomenclaturalCode": "ICNAFP",
                "specificEpithet": "blancheana",
                "protectedAuthorshipCache": false,
                "infraSpecificEpithet": "bonarotiana",
                "lastNamePart": "bonarotiana",
                "genusOrUninomial": "Medicago",
                "protectedFullTitleCache": false,
                "class": "BotanicalName",
                "created": "2017-05-24T01:48:05.000+02:00",
                "problemStarts": -1,
                "hybridName": false,
                "parsingProblem": 0,
                "titleCache": "Medicago blancheana subsp. bonarotiana",
                "rank": {
                    "protectedTitleCache": false,
                    "abbreviation": "subsp.",
                    "idInVocabulary": "subsp.",
                    "class": "Rank",
                    "created": "2017-05-24T01:13:53.000+02:00",
                    "orderIndex": 46,
                    "termType": "Rank",
                    "updated": "2017-06-27T13:35:32.572+02:00",
                    "uuid": "462a7819-8b00-4190-8313-88b5be81fad5",
                    "titleCache": "Subspecies",
                    "rankClass": "Infraspecific",
                    "uri": "",
                    "representation_L10n": "Subspecies",
                    "representation_L10n_abbreviatedLabel": "subsp."
                },
                "problemEnds": -1,
                "monomHybrid": false,
                "trinomHybrid": false,
                "hybrid": false,
                "homotypicalGroup": {
                    "created": "2017-05-24T01:48:05.000+02:00",
                    "uuid": "5feb1466-90ff-4354-a9eb-3f557d03986c",
                    "class": "HomotypicalGroup",
                    "updated": "2017-06-27T13:35:32.573+02:00"
                },
                "binomHybrid": false,
                "protectedNameCache": false,
                "protectedTitleCache": false,
                "parsingProblems": [ ],
                "anamorphic": false,
                "updated": "2017-05-24T09:13:33.000+02:00",
                "uuid": "29c43c61-14ba-46ac-bdb2-c6cf8fbbd3f8",
                "status": [ ],
                "autonym": false,
                "taggedName": [
                    {
                        "text": "Medicago",
                        "type": "name",
                        "class": "TaggedText"
                    },
                    {
                        "text": "blancheana",
                        "type": "name",
                        "class": "TaggedText"
                    },
                    {
                        "text": "subsp.",
                        "type": "rank",
                        "class": "TaggedText"
                    },
                    {
                        "text": "bonarotiana",
                        "type": "name",
                        "class": "TaggedText"
                    }
                ],
                "nameCache": "Medicago blancheana subsp. bonarotiana"
            },
            "appendedPhrase": "auct. fl. graec.",
            "protectedTitleCache": false,
            "useNameCache": false,
            "class": "Taxon",
            "created": "2017-05-29T19:03:04.000+02:00",
            "taxonNodes": [ ],
            "publish": true,
            "updated": "2017-05-29T19:05:01.000+02:00",
            "uuid": "65b28046-8266-4a18-9bc3-baafb4c5f2ec",
            "titleCache": "Medicago blancheana subsp. bonarotiana auct. fl. graec.",
            "doubtful": false,
            "taggedTitle": [
                {
                    "text": "Medicago",
                    "type": "name"
                },
                {
                    "text": "blancheana",
                    "type": "name"
                },
                {
                    "text": "subsp.",
                    "type": "rank"
                },
                {
                    "text": "bonarotiana",
                    "type": "name"
                },
                {
                    "text": "auct. fl. graec.",
                    "type": "appendedPhrase"
                }
            ]
        }
    ],
    "suggestion": "",
    "count": 1,
    "lastRecord": 1,
    "pageSize": 25,
    "nextIndex": 0,
    "currentIndex": 0,
    "indices": [
        0
    ],
    "pagesAvailable": 1,
    "firstRecord": 1,
    "class": "DefaultPagerImpl"

}
Actions #6

Updated by Andreas Kohlbecker almost 7 years ago

  • Target version changed from Release 4.8 to Release 4.9
Actions #7

Updated by Andreas Müller almost 7 years ago

  • Target version changed from Release 4.9 to Release 4.10
Actions #8

Updated by Andreas Müller over 6 years ago

  • Target version changed from Release 4.10 to Release 4.11
Actions #9

Updated by Andreas Müller over 6 years ago

  • Target version changed from Release 4.11 to Release 4.12
Actions #10

Updated by Andreas Müller over 6 years ago

  • Target version changed from Release 4.12 to Release 4.13
Actions #11

Updated by Andreas Müller about 6 years ago

  • Target version changed from Release 4.13 to Release 4.14
Actions #12

Updated by Andreas Kohlbecker about 6 years ago

Another test case:

Hallo Andreas,

gab es in letzter Zeit Probleme mit den Misapplikationen? Ich habe eben Ruppia cirrhosa zusätzlich als MA eingepflegt. Sie lässt sich im Editor problemlos suchen, im Portal steht sie korrekt in der Synonymie, wird aber bei der Portal-Suche trotz angeklickter MA-Box nicht gefunden und angezeigt.

Schönen Gruß
Ralf

Actions #13

Updated by Andreas Kohlbecker about 6 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 50
Actions #14

Updated by Andreas Kohlbecker about 6 years ago

  • Copied to bug #7272: implement test for misapplied names in search results added
Actions #15

Updated by Andreas Kohlbecker about 6 years ago

  • Subject changed from search for misapplied names in portal does not work to searchimplementing the tests has been moved to #7272 for misapplied names in portal does not work
  • Description updated (diff)
  • Assignee changed from Andreas Kohlbecker to Ralf Hand
  • % Done changed from 50 to 0

Hallo Ralf,

bitte prüfe ob die Suchergebnisse nun korrekt sind.

Andreas

Actions #16

Updated by Andreas Kohlbecker about 6 years ago

  • Subject changed from searchimplementing the tests has been moved to #7272 for misapplied names in portal does not work to search for misapplied names in portal does not work
  • Assignee changed from Ralf Hand to Andreas Kohlbecker
Actions #17

Updated by Andreas Kohlbecker about 6 years ago

  • Category changed from cdmlib to cdm-dataportal
Actions #18

Updated by Andreas Müller about 6 years ago

  • Status changed from Resolved to Feedback

Medicago blancheana subsp. bonarotiana is still not found in Flora of Greece (see ticket description)

Actions #19

Updated by Andreas Müller about 6 years ago

This can be closed I think.

Actions #20

Updated by Andreas Kohlbecker about 6 years ago

  • Status changed from Feedback to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF