bug #6122
closedbug #6119: Implement uuidAndTitleCache remote services
add titleCache service
90%
Description
We need a service that returns only the titleCache for a given uuid.
By default it returns the titleCache as stored in the database, with parameter refresh=true it may recompute the titleCache first.
Updated by Andreas Müller over 6 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdmlib|3dfc49ed20bbef8f573798864ced75424f892470.
Updated by Andreas Müller over 6 years ago
- Category changed from cdmlib to cdmlib-remote
- Assignee changed from Andreas Müller to Andreas Kohlbecker
Please review
Updated by Andreas Müller over 6 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Andreas Kohlbecker to Andreas Müller
There still seems to be an issue as the result for cuba classification on test is empty: http://test.e-taxonomy.eu:80/cdmserver/flora_cuba/classification/5de394de-9c76-4b97-b04d-71be31c7f44b/titleCache?refresh=true
Updated by Andreas Müller over 6 years ago
- Status changed from Feedback to Resolved
Applied in changeset cdmlib|b3a692b2ee3c7d7a5305a0b9901eaefcc87ca8f7.
Updated by Andreas Müller about 6 years ago
- Assignee changed from Andreas Müller to Andreas Kohlbecker
- % Done changed from 50 to 90
Seems to work now. I tested with http://api.cybertaxonomy.org/cichorieae/taxon/e64a9ec7-94c8-49ee-92ba-18f2065a960a/titleCache.json?refresh=false and http://api.cybertaxonomy.org/cichorieae/taxon/e64a9ec7-94c8-49ee-92ba-18f2065a960a/titleCache.json?refresh=true and got results, results where even slightly different (1 one space missing with refresh=true).
Also the above cuba example on test server works so I think we can close this ticket.
Updated by Andreas Kohlbecker about 6 years ago
- Status changed from Resolved to Closed