ransack icon indicating copy to clipboard operation
ransack copied to clipboard

Is it possible to submit search_form_for using a turbo_stream rather than a traditional html get request?

Open Greyoxide opened this issue 2 years ago • 0 comments

I'm paginating over search results using Kaminari, and I'm able to submit those requests via turbo. However, the Ransack search_form_for seems to be restricted to html format requests.

Dealing with these two different request formats has caused my controller to become needlessly complicated.

Greyoxide avatar Dec 14 '22 18:12 Greyoxide