I have a multi lingual site, i’m using the channel search parameter to filter out pages from certain languages of the site.
However, i am finding that as soon as i add in the search parameter no entries will display. I am now finding that if i resave the entry it then works as expected.
So the code below displays no results, until i resave my entry.
{exp:channel:entries site="site1" channel="products" limit="1" disable="member_data|pagination" dynamic="no" url_title="{segment_3}" search:product-exclude="not {country_code}"}
<h1>{title}</h1>
{if no_results}
no results
{/if}
{/exp:channel:entries}Why is this happening? Bug?
v2.2.1 - 20110630