bSDD icon indicating copy to clipboard operation
bSDD copied to clipboard

Add an Attribute with Dictionary Version in TextSearch API

Open francescoaielloALMA opened this issue 10 months ago • 2 comments

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.

francescoaielloALMA avatar Mar 29 '24 15:03 francescoaielloALMA

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

atomczak avatar Jul 02 '24 15:07 atomczak

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

Baars-IT avatar Aug 23 '24 13:08 Baars-IT