Skip to content

Allow configuration of server side search max results #715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 9, 2021

Conversation

isc-bsaviano
Copy link
Contributor

This PR fixes #713

Edited provideTextSearchResults() to send options.maxResults to the server if it's non-null. If the value is null (meaning "send an unlimited number of results"), a value of 100,000 is sent to the server because it's not possible to specify "unlimited".

Co-authored-by: John Murray <[email protected]>
@isc-bsaviano isc-bsaviano merged commit cd1436b into intersystems-community:master Jul 9, 2021
@isc-bsaviano isc-bsaviano deleted the fix-713 branch July 9, 2021 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Server side search has a default max of ~200 results. This should be configurable
2 participants