File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -1147,6 +1147,37 @@ GET http:// _server_/_api/search/query?querytext='sharepoint'&summarylength=
1147
1147
}
1148
1148
```
1149
1149
1150
+ <a name =" bk_ProcessPersonalFavorites " > </a >
1151
+
1152
+ ### EnableDynamicGroups
1153
+
1154
+ A Boolean value that specifies whether to include the results from private Office 365 groups.
1155
+
1156
+ ** true** to include results from private Office 365 groups; otherwise, ** false** . The default value is ** false** .
1157
+
1158
+ #### Sample GET request
1159
+
1160
+ ``` http
1161
+ GET http:// _server_/_api/search/query?querytext='sharepoint'&Properties='EnableDynamicGroups:true'
1162
+ ```
1163
+
1164
+ #### Sample POST request
1165
+
1166
+ ``` json
1167
+ {
1168
+ '__metadata': {
1169
+ 'type': 'Microsoft.Office.Server.Search.REST.SearchRequest'
1170
+ },
1171
+ 'Querytext': 'sharepoint',
1172
+ 'Properties': {
1173
+ 'results': [ {
1174
+ 'Name': 'EnableDynamicGroups',
1175
+ 'Value': { 'BoolVal': true }
1176
+ }
1177
+ ]
1178
+ }
1179
+ ```
1180
+
1150
1181
<a name =" bk_ContentSetting " > </a >
1151
1182
1152
1183
### ContentSetting
You can’t perform that action at this time.
0 commit comments