buildingSMART / bSDD

The buildingSMART Data Dictionary repository, where we publish the documentation, examples and more. We don't publish here the data, the source code of the bSDD service or the front end of the website.
https://www.buildingsmart.org/users/services/buildingsmart-data-dictionary/
MIT License
129 stars 36 forks source link

Add an Attribute with Dictionary Version in TextSearch API #89

Open francescoaielloALMA opened 5 months ago

francescoaielloALMA commented 5 months ago

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.

atomczak commented 2 months ago

That makes sense, we will address it in the next release of the TextSearch API.

Baars-IT commented 3 weeks ago

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) image