Commit e67a913
Fix cross-repo search tag filter for ArrayField
The tags field on CollectionVersion is now an ArrayField instead of a
ForeignKey to Tag model. Update filter_by_tags to use the contains
lookup which is appropriate for ArrayFields.
Issue: AAP-53522
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 11632ac commit e67a913
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
192 | | - | |
| 190 | + | |
0 commit comments