sp-dev-fx-property-controls
sp-dev-fx-property-controls copied to clipboard
Term auto complete does not search in the site collection term store.
PnPTermStorePickerService.ts
const pnpTerms = await pnpTermStore.getTerms({ TermLabel: searchText, StringMatchOption: StringMatchOption.StartsWith, DefaultLabelOnly: true, TrimUnavailable: true, ResultCollectionSize: 30 }).usingCaching().get();
This does not return results from the site collection term store. is this not supported please help
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.