christianblais/searchify

:select_url parameter should me more flexible

Closed this issue · 1 comments

Current behaviour:
<%= searchify :select_url => "/more/complex/path/(id)/with/custom/action" %>

Desired behaviour:
<%= searchify :select_url => "/more/(parameter1)/complex/(parameter2)/path/(id)/with/custom/action" %>

If would be appreciated to be able to parse other variables than 'id' in the select_url parameter.

Great idea!