You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix course blocklist exclusion to use __in lookup in index/embed tasks
The recreate-index and embed tasks excluded blocklisted courses with an
exact-match lookup against a list (readable_id=blocklisted_ids), which
CharField stringifies into a value that matches nothing — so the
exclusion was a silent no-op. Use readable_id__in like the other call
sites, and add tests that fail against the old lookup.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments