我正在使用“mongoid_search”在我的应用程序的索引页面上进行搜索。
返回结果的 url 类似于:“/profiles?utf8=✓&profile_search=San+Antonio%2C+TX”
我将如何让 /location/sanantonio-tx 返回与搜索 url 相同的结果?
基本上,“位置”之后的任何内容都应转换为“profile_search”查询字符串。
另外,是否可以保持 URL 相同?(例如:'/location'san-antonio-tx" url 不会变成查询字符串)