Open francescoaielloALMA opened 7 months ago
That makes sense, we will address it in the next release of the TextSearch API.
The version attribute is now available in api/TextSearch/v2. The "code" you see in the image below will be available in the next release (scheduled for midway September)
It should be useful to get the Dictionary version inside TextSearch api. Actually it returns a list of properties with the following data: example:
dictionaryName: "ETIM", dictionaryUri: "https://identifier.buildingsmart.org/uri/etim/etim/9.0", name: "Accessories/spare parts for duct heater central heating", uri: "https://identifier.buildingsmart.org/uri/etim/etim/9.0/prop/EF025034"
I'd like to have "dictionaryVersion" attribute too:
dictionaryName: "ETIM", dictionaryUri: "https://identifier.buildingsmart.org/uri/etim/etim/9.0", dictionaryVersion: "9.0", name: "Accessories/spare parts for duct heater central heating", uri: "https://identifier.buildingsmart.org/uri/etim/etim/9.0/prop/EF025034"
The alternative is to parse the URI value, but I don't like it.