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

Fix: Take into account raw_data query's Size and Order #210

Merged
merged 3 commits into from
Jul 12, 2023
Merged

Conversation

fridgepoet
Copy link
Member

@fridgepoet fridgepoet commented Jul 11, 2023

What this PR does / why we need it:
This fixes the backend parsing of the Size for a raw_data query in the Query Editor UI.
Size is a string, not an int.
Currently the behavior defaults to a Size of 500, effectively ignoring whatever the user inputs.
With the changes in the PR, the Size is now taken into account.

This PR also takes into account the user-selected Order: descending or ascending.
Currently it is set to Descending.
With the changes in the PR, the selected Order is now taken into account.

Which issue(s) this PR fixes:

Contributes to #196

@fridgepoet fridgepoet changed the title Fix: raw_data query size is a string, not an int Fix: Take into account raw_data query's Size and Order Jul 11, 2023
@fridgepoet fridgepoet marked this pull request as ready for review July 11, 2023 17:08
@fridgepoet fridgepoet requested a review from a team as a code owner July 11, 2023 17:08
@fridgepoet fridgepoet requested review from iwysiu and idastambuk and removed request for a team July 11, 2023 17:08
@fridgepoet fridgepoet merged commit 6718c37 into main Jul 12, 2023
@fridgepoet fridgepoet deleted the fix-size branch July 12, 2023 09:54
This was referenced Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants