Commit 5e61de3
Fix remaining ANY/ALL array errors in tasks search path
The Meilisearch-indexed bid count query also used ANY() with a JS
array. Replace with IN + sql.join() like the main query path.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d5ebf54 commit 5e61de3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments