You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the registry I have to do 42 requests for a single keystroke on e.g. PreservationType
It isn't really something I want to do in a public facing product that should perform well. For that we probably need a backend that supports that kind of functionality.
ping @marcos-lg
Currently I can do https://api.gbif.org/v1/vocabularies/PreservationType/concepts/suggest?q=sto&locale=en-AR
getting the label with fallback to english, as well as all the parent labels would make it more usable. Currently I would have to do an extra lookup for each result without a label, and secondly an additional lookup for each parent. And do so for all results. And so we end up with many requests per keystroke
It's fine to me to add English labels and parents in the response. Can you create an issue in the vocabulary repo with it and any other wishes you might have?
Relates to gbif/registry#549 and gbif/registry-console#558.
The drop download lists should reflect the available vocabularies. For example this drop down list should use https://registry.gbif.org/vocabulary/CollectionContentType/concepts:
![Screenshot 2024-05-15 at 15 13 16](https://private-user-images.githubusercontent.com/7677271/330818385-a4070a9f-13a4-4f5a-a7eb-83a5deb515e2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzkxMTIsIm5iZiI6MTczOTMzODgxMiwicGF0aCI6Ii83Njc3MjcxLzMzMDgxODM4NS1hNDA3MGE5Zi0xM2E0LTRmNWEtYTdlYi04M2E1ZGViNTE1ZTIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMDU0MDEyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjIyNDg1OWI2NDdlNGFlMGJlZjNiZTEzMzE0Mjc0MjdlNjZhMjgzMTY5NDlkZTlkNDdiM2MyMDZkMGE2M2YwYSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Qw4sz6jlVwUy8zUocsysIA_koWTsWlTOFXxQxyZUaz0)
The text was updated successfully, but these errors were encountered: