A mistake in the program prevents White wins from being included in the result of searching for wins of certain players.
I had a mistake for KGS player "laodao". The matter is in that the SQL edit box wraps the query in two lines:
((PB like '%laodao%' AND RE like 'B%') OR (PW like '%
laodao%' AND RE like 'W%'))
When I press "Search" button, the program concatenates the two lines, inserting a space between them, thus resulting in "PW like '% laodao%'".
This happens even if the "SQL:" checkbox is unchecked.
It is fixed in 3.14.02 release. Thanks a lot for reporting and precise diagnostic.