Closed dehuszar closed 11 years ago
I'm having trouble getting categories to filter properly and could use a hand. Here's my form code: {exp:dynamo:form return="reports/applications" search_id="{segment_3}"} [...other fieldsets which work...]
{/exp:dynamo:form}
...and here's my results page code:
{exp:dynamo:entries channel="applications" dynamic_parameters="[...other search fields which work...]|category|limit|start_on|stop_before" search_id="{segment_3}" orderby="application_last_name" sort="asc" limit="25" paginate="both" group_id="5"} [...my results...] {/exp:dynamo:entries}
Any ideas why this isn't working?
I'm having trouble getting categories to filter properly and could use a hand. Here's my form code: {exp:dynamo:form return="reports/applications" search_id="{segment_3}"} [...other fieldsets which work...]
{/exp:dynamo:form}
...and here's my results page code:
{exp:dynamo:entries channel="applications" dynamic_parameters="[...other search fields which work...]|category|limit|start_on|stop_before" search_id="{segment_3}" orderby="application_last_name" sort="asc" limit="25" paginate="both" group_id="5"} [...my results...] {/exp:dynamo:entries}
Any ideas why this isn't working?