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
maybe we could extend the capabilities-function in order to return all distinct values within the database for a given restrictable/keyword. If the database provides the restrictable "MolecularChemicalSpecies" then
the query:
/tap/capabilities/MolecularChemicalSpecies
should return the list of distinct values from the database.
I do not know if this or something similar is feasible (return the values via returnables), but I should be easy include it in the django interface and it would also solve the problem of dictionaries being up-to-date and we could easily find out if different values are used for the same thing.
The text was updated successfully, but these errors were encountered:
From an email by C.Hill:
maybe we could extend the capabilities-function in order to return all distinct values within the database for a given restrictable/keyword. If the database provides the restrictable "MolecularChemicalSpecies" then
the query:
/tap/capabilities/MolecularChemicalSpecies
should return the list of distinct values from the database.
I do not know if this or something similar is feasible (return the values via returnables), but I should be easy include it in the django interface and it would also solve the problem of dictionaries being up-to-date and we could easily find out if different values are used for the same thing.
The text was updated successfully, but these errors were encountered: