cocoda-sdk 3.2.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.cjs
CHANGED
|
@@ -2756,6 +2756,7 @@ var SkohubProvider = class extends BaseProvider {
|
|
|
2756
2756
|
return concept.narrower;
|
|
2757
2757
|
}
|
|
2758
2758
|
async search({ search, scheme, limit = 100 }) {
|
|
2759
|
+
scheme = await this._loadScheme({ scheme });
|
|
2759
2760
|
if (!scheme || !scheme.uri) {
|
|
2760
2761
|
throw new InvalidOrMissingParameterError({ parameter: "scheme" });
|
|
2761
2762
|
}
|