On 25/03/2014 04:43, "Reyna, David" <[email protected]> wrote:

>Hi Belen,
> 
>I have moved my local for the configuration vars to the core
>Œ_get_queryset¹ function.
> 
>The branch is here: dreyna/duplicates_6012

This works for me. Thanks!

> 
>The core defect it that duplicate records were being returned (by
>Œ_get_search_results¹) when a search term had multiple hits on the same
>row. The simple solution is to always force a Œdistinct()¹ call on the
>queryset before returning it, because duplicate
> records is never an acceptable state.
> 
>I also removed the original special case in the configvar view class in
>favor of this general solution.
> 
>- David
> 
> 

-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to