rsanchez / dynamo

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

Suggestion for notation. #37

Open vladilin opened 9 years ago

vladilin commented 9 years ago

Hey Rob,

I know you aren't developing this anymore but here's something I found as useful

[if search:your_field_name == option_value] doesn't always work.

this does:

[if '[search:your_field_name]' == '[option_value]']

Not really sure why, but it does :dash: I would recommend updating your Form Tags example.