In EE1, I could customize my search results page depending on the weblog being returned. ie:
{exp:search:search_results}
<a href="http://{auto_path}">{if weblog_id=="7"}{programid} {/if}{title}</a>
{if weblog_id!="7"}<strong>Section:</strong> {weblog} {if:else}<strong>Category:</strong> {categories backspace="2"}{category_name}, {/categories}{/if}
{/exp:search:search_results}But it seems I can’t do something similar in EE2.
{exp:search:search_results}
<h5><a href="http://{auto_path}">{title}</a></h5>
<p> {if channel_id=="17"}{full_text}{if:else}{excerpt}{/if}<br />
{/exp:search:search_results}So is channel_id not available in EE2 search results tag? Thanks.