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