首页 > 解决方案 > How to Use Form Data as Query String

问题描述

I'd like my users to fill out a form, and use the data they enter into that form to then be used as search parameters at the end of the form. I'm pretty new to development still and I'm not sure how to do this with Algolia. When I contacted Algolia they said I may need to use their backend API. Since I'm on Rails I'm looking at their Ruby API but I can't quite find in the documentation to achieve what I'm trying to do.

I essentially want to use geolocation and price in a rails form to filter an Algolia search.

Any help is greatly appreciated!

标签: ruby-on-railsalgolia

解决方案


推荐阅读