We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
id
** Actual result ** The whole table view is unusable untill you remove all filters and filter again or reopen the table.
Expected behavior To show error message and be able to just edit the filter instead of starting all over again.
Application (please complete the following information):
Environment (please complete the following information):
Additional context Very annoying bug :(
The text was updated successfully, but these errors were encountered:
fix: table filter not working when search string on integer field, #671
7e36260
Cool @Fabio286 , but it's not only with int column...
When using IN filter with comma separated values you get the same result.
IN (10,20,30) = broken table view IN (''panda", "koala") = broken table view
Those are the ones i remember of.
Sorry, something went wrong.
Tracked in #687
Fabio286
No branches or pull requests
Describe the bug
id
is int column** Actual result **
The whole table view is unusable untill you remove all filters and filter again or reopen the table.
Expected behavior
To show error message and be able to just edit the filter instead of starting all over again.
Application (please complete the following information):
Environment (please complete the following information):
Additional context
Very annoying bug :(
The text was updated successfully, but these errors were encountered: