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
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.
The text was updated successfully, but these errors were encountered:
francescoaielloALMA
changed the title
Add a Property with Dictionary Version
Add an Attribute with Dictionary Version in TextSearch API
Mar 29, 2024
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.
The text was updated successfully, but these errors were encountered: