You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested version 5.0.1 with sakila.film_category. I chose the IN(...) operator for the category_id column, used the standard CTRL/click to pick multiple values, and the correct query was generated.
In fact you will see on 001cc92 that the code uses indexes
So the second select field was wrong and could work depending on the structure of the table.
Using incremented indexes is sometimes risky..
Describe the bug
Can't search by the IN condition because of dropdown
To Reproduce
Steps to reproduce the behavior:
Result: impossible to select multiple values
Expected behavior
Expected to have ability to select multiple values in the Value column
Screenshot
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: