How does searchkick work with Friendly Id for scoped objects?
I've developing an app where posts are nested under locations and are also scoped by location. Through Search, I am able to locate these posts under the location/:id/posts, but not under the location/slug/posts route. I get an empty result. What am I missing? Also, is it possible to locate these posts without nesting the routes?
Thanks!