-
Notifications
You must be signed in to change notification settings - Fork 154
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 total count of filter options for issue #525 #528
base: master
Are you sure you want to change the base?
Fix total count of filter options for issue #525 #528
Conversation
… handle job ids on success
So this works, but it breaks normal search. Because your search looks like this: And so on ... breaking the functionality. |
@johanvanwambeke can you take a look at the updateFilter and handleJobIdsOnSuccess? Perhaps we can only limit this to 500 until the search is refined. Let me know your thoughts. This also came up in the getAvailableFilterOptions function (where "ids IN..." is too long) and has been revised. |
For filter options with over 500+ records, the totals in the filter are wrong. This PR should resolve issue #525
Additions / Removals
Testing
Screenshots
Checklist