Actions
feature request #7834
closedtaxonGraph search listing all included names implemented
Start date:
Due date:
% Done:
100%
Estimated time:
Severity:
normal
Related issues
Updated by Andreas Kohlbecker almost 6 years ago
- Precedes bug #7835: taxonGraph search block implemented added
Updated by Andreas Kohlbecker almost 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdmlib|f37e7436b7a5e7315fea12bf11bddfd41952a254.
Updated by Andreas Kohlbecker almost 6 years ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 100
controller endpoint:
/registrationDTO/findInTaxonGraph?taxonNameFilter={QUERYTEXT}&pageNumber={PAGEINDEX}'
to test with httpie
and jq
:
http 'http://localhost:8080/registrationDTO/findInTaxonGraph?taxonNameFilter=Navicu&pageNumber=0' | jq '.records[] | {summary: .summary, id: .specificIdentifier}'
Actions