We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a8900 commit 3ce8032Copy full SHA for 3ce8032
1 file changed
src/SearchAPI/application/asf_opts.py
@@ -184,8 +184,8 @@ async def process_search_request(request: Request) -> SearchOptsModel:
184
raise ValueError(
185
(
186
'SearchAPI no longer supports unbounded searches with expected results over 2000, '
187
- 'please use the asf-search python module for long-lived searches or set `maxResults` to 2000 or less.'
188
- '\nTo have SearchAPI automatically generate a python script for the equivalent search to your SearchAPI query '
+ 'please use the asf-search python module for long-lived searches or set `maxResults` to 2000 or less. '
+ 'To have SearchAPI automatically generate a python script for the equivalent search to your SearchAPI query '
189
'set `output=python`'
190
)
191
0 commit comments