Hello -
When ordering by a custom field (orderby=“manufacturer”), which contains a three-letter code, we get not different sorting, but a whole different set of results.
This is pull from a channel of about 200 entries.
Any idea what might be going on?
{exp:channel:entries channel="channel_name" category="{embed:category}" disable="pagination|member_data"}
{title}
{/exp:channel:entries}
or
{exp:channel:entries channel="channel_name" category="{embed:category}" disable="pagination|member_data" orderby="manufacturer" }
{title}
{/exp:channel:entries}
Yields different results from:
{exp:channel:entries channel="channel_name" category="{embed:category}" disable="pagination|member_data" orderby="manufacturer" sort="asc"}
{title}
{/exp:channel:entries}Sort not defined or sort=“desc” yields the same results. sort=“asc” yields some entries that do not show up otherwise.