File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nisystemlink/clients/file Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ def search_files(
170170 """Search for files based on filter criteria.
171171
172172 Note:
173- This endpoint requires Elasticsearch to be available in the SystemLink cluster.
173+ This endpoint requires Elasticsearch to be configured in the SystemLink cluster.
174174 If Elasticsearch is not configured, this method will fail with an ApiException.
175175 For deployments without Elasticsearch, use `query_files_linq()` instead.
176176
@@ -182,7 +182,7 @@ def search_files(
182182
183183 Raises:
184184 ApiException: if unable to communicate with the File Service or if Elasticsearch
185- is not available in the cluster.
185+ is not configured in the cluster.
186186 """
187187 ...
188188
You can’t perform that action at this time.
0 commit comments