Skip to content

Commit 048d156

Browse files
committed
fix:PRComments
1 parent d701167 commit 048d156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nisystemlink/clients/file/_file_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)