We are doing the following.
{exp:query sql="collect our comma separated ID array AS articles"}{articles} outputs 13,14,15,16,17,18,19
So we then process the following.
{exp:weblog:entries
weblog="article"
fixed_order="{exp:replace find=',' replace='|'}{articles}{/exp:replace}"
dynamic="off
"}
{entry_id}
{/exp:weblog:entries}Which in turn, outputs
25
24
23
22
19
18
17
16
15
14
13
6
1
{/exp:query}Why is this being re-sorted and ignoring fixed_order?
Mod Edit: Moved to tech Support