Skip to content
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

FEATURE: Move query limit to hidden site setting #153

Merged
merged 1 commit into from
Jan 19, 2022

Conversation

martin-brennan
Copy link
Contributor

Previously the QUERY_RESULT_DEFAULT_LIMIT const was used
to limit the number of query results. This commit adds the
data_explorer_query_result_limit site setting which defaults
to 1000 and has a max of 10000 which matches the const
QUERY_RESULT_MAX_LIMIT.

plugin.rb Show resolved Hide resolved
@martin-brennan martin-brennan force-pushed the feature/add-hidden-query-limit-setting branch from 015a353 to 38d2596 Compare January 19, 2022 02:22
Previously the `QUERY_RESULT_DEFAULT_LIMIT` const was used
to limit the number of query results. This commit adds the
`data_explorer_query_result_limit` site setting which defaults
to 1000 and has a max of 10000 which matches the const
`QUERY_RESULT_MAX_LIMIT`.
@martin-brennan martin-brennan force-pushed the feature/add-hidden-query-limit-setting branch from 38d2596 to 35b4bc7 Compare January 19, 2022 02:23
Copy link
Contributor

@tgxworld tgxworld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@martin-brennan martin-brennan merged commit 70b973e into main Jan 19, 2022
@martin-brennan martin-brennan deleted the feature/add-hidden-query-limit-setting branch January 19, 2022 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants