sp-dev-fx-property-controls icon indicating copy to clipboard operation
sp-dev-fx-property-controls copied to clipboard

Term auto complete does not search in the site collection term store.

Open Ckolhari5353 opened this issue 5 years ago • 1 comments

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

Ckolhari5353 avatar Apr 20 '20 10:04 Ckolhari5353

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

msftbot[bot] avatar Apr 20 '20 10:04 msftbot[bot]