thanks for the reply, ive tried that but i am getting no different, the code i am using is below. regards
neil
<div id=“main”>
Search Results for: {super_search_keywords} ({super_search_total_results} Items)
{exp:super_search:results paginate="bottom" allow_repeats="no" where="all" channel="albums|artists" num="15" relevance="album_artist=1+title=2+body=3" paginate_base="/search" order="title" sort="desc"}
{if "{super_search_total_results}” == “1”}
Searching…
{exp:hs_redirect location="{page_uri}” method=“script”}
{/if}
{if super_search_no_results}Sorry no results were found, please try again.{/if}
{if "{channel}” == “Albums”}
<div class=“album-info”>
{exp:imgsizer:size image="{album_image}” alt=”{title}” width=“75”}
<h4 [removed]>{album_artist}{title}{/album_artist}
{title}</h4>
click for more info
</div>
{/if}
{if "{channel}” == “Artists”}
<div class=“artist-info”>
<h4 [removed]>{title}</h4>
click for more info
</div>
{/if}
{paginate}{total_pages} Pages {pagination_links}{/paginate}
{/exp:super_search:results}
</div> <!—// #main—>