Hi Webyog!
I'm using SQLYog v10.11.
There is a bug at the custom filter function.
Step 1:
Building a filter by these two columns is working fine:
moduleId = 788
protocolId = NULL
Step 2:
Adding a third column:
protocolName LIKE “LO2%”
results in a wrong result set. When opening the custom filter again the definition is
moduleId LIKE 788%
protocolId = NULL
protocolName LIKE “LO2”
instead of
moduleId = 788
protocolId = NULL
protocolName LIKE “LO2%”
Thanks,
pest