Hello All!
there must be an easier way of doing this but we are looking to have very specific results displayed and rather than go through all the weblog entries. would it be easier to just “selectively filter” these results here?
I’m fairly certain that this will throw off the total number of results.
What I’m wondering if there is a more elegant way of doing this…
{exp:search:search_results}
{if entry_id == '123' || entry_id == '456' || entry_id == '789'}
{!-- do nothing --}
{if:else}
{!-- continue with page rendering search results --}
<h6>{weblog}</h6>
<p> <div id="excerpt"><li>{excerpt}</a></li></div><br />
<br />
{/if}<br />
{/exp:search:search_results}