django-q2 icon indicating copy to clipboard operation
django-q2 copied to clipboard

Filter tasks through Result or Args in queryset

Open ThomasDeudon opened this issue 6 months ago • 1 comments

I would need to filter down tasks depending on the string representation of their result / args.

I tried the "result__icontains" but it's refused and Casting it as a Charfield but it's giving me a token for both result and args.

ThomasDeudon avatar Aug 06 '24 05:08 ThomasDeudon