Hi - I have a search form set up which uses EE’s dynamic parameters to render results. Everything works properly except the search:title parameter. No matter what I enter into this field, all my weblog entries are returned. Here is my setup:
and the results page:
{exp:weblog:entries weblog="publications" dynamic_parameters="search:pub_date|search:title|search:pub_issue|search:pub_type" limit="10" paginate="bottom"}
<h4>{title}</h4>
<span class="italic">{pub_author}</span>
<b>Issue: </b>{embed="embeds/pub_issue_rel" entry_id="{entry_id}"}<br>
<b>Publication Type:</b> {embed="embeds/pub_type_rel" entry_id="{entry_id}"}
<div>{exp:md_eexcerpt if_exceeds="100" stop_after="100" append="..."}{pub_content}{/exp:md_eexcerpt}</div>
{/exp:weblog:entries}Any idea what’s going on?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.