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.