rsanchez / dynamo

Makes Dynamic Parameters behave more like the Search module.
http://devot-ee.com/add-ons/dynamo/
10 stars 2 forks source link

Dynamo and category filtering #6

Closed dehuszar closed 11 years ago

dehuszar commented 12 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?