jhund / filterrific

Filterrific is a Rails Engine plugin that makes it easy to filter, search, and sort your ActiveRecord lists.
http://filterrific.clearcove.ca
MIT License
912 stars 125 forks source link

Is it possible to load a page containing filterrific with custom filters' values using POST method? #92

Open acrolink opened 8 years ago

acrolink commented 8 years ago

I need create dynamic links to a view page that contains filterrific with custom filters' values. However, I don't want my URL be long with all params appearing in the url string. Is it possible using JS / jQuery to open a new tab to that filterrific page with the params passed silently (cleanly) using POST? Thanks.