Web DLL Item Search queries have ambiguous access counts
The ItemSearch queries in the DLL join access counts for 2 different purposes in the DLL. In student mode the icon to indicate if the user has reviewed the item or not is based on usage statistics (and requires AnonymousUsageStatistics to be disabled). The usage count in the search is also enabled when displaying the Items available for cloning if the CloneItemsRequireUsage custkey is greater than 0. The query clauses are slightly different since the student mode functionality requires access for the individual user compared to the cloning functionality which needs a generic access count. Both query clauses join the counts as an alias of IU which is ambiguous.
Released in Ares 4.6.6