Taken in, Alex
On Tue, Mar 25, 2014 at 10:56 AM, Barros Pena, Belen < [email protected]> wrote: > > 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 > > > > > > -- Alex Damian Yocto Project SSG / OTC
-- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
