When creating a copy of a search object, the setting for distinct is not
copied. Should add the following line to SearchUtil.shallowCopy():
destination.setDistinct(source.isDistinct());
Original issue reported on code.google.com by yowza...@gmail.com on 8 Aug 2009 at 8:04
Original issue reported on code.google.com by
yowza...@gmail.com
on 8 Aug 2009 at 8:04