Hi Belen,

I have moved my local for the configuration vars to the core '_get_queryset' 
function.

The branch is here: dreyna/duplicates_6012

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