Forum Discussion
Michèl Dings
Jan 08, 2019Copper Contributor
SPFx react-search-refiners webpart | No results from teamsites displayed
I'm using the SPFx SPFx react-search-refiners webpart and I don't know if this is a bug or this is due to SharePoint restrictions. When I enter a KQL query I supose to get the same results as I u...
Michèl Dings
Jan 09, 2019Copper Contributor
I added the following lines of code to the SearchServices.ts file:
searchQuery.Properties = [{
Name: "EnableDynamicGroups",
Value: {
BoolVal: true,
QueryPropertyValueTypeIndex: 3
}
}]
And it is working now. Thanks Matti Paukkonen for pointing me in the right direction.
Matti Paukkonen
Jan 09, 2019Iron Contributor
Great!
This change should be committed to the community repository also.
- Michèl DingsJan 09, 2019Copper Contributor