Simon Reilly

Results 15 comments of Simon Reilly

Hi, also using an Apartment like implementation of Algolia. Consider storing: `tenant: Apartment::tenant.current` on the index. See #138 for the full explanation. You can then generate a secure search only...

@julienbourdeau Apartment is a middleware for adding subdomains e.g. www.awesomeshop.commerce-platform.com. Similar to devise `current_user` you get an accessor on the thread that tells you the current tenant (returns the subdomain)....

I fixed this issue by calling the Algolia implementation explicitly: ```ruby require 'algolia/webmock' Rspec.configuration do |config| config.before(:example) do Algolia::WebMock.mock! end end ```

The interface option was added in #27 Its stable enough for now, but types are not propagated out of the responder, and this needs to be improved so that schema...

@ShellyDCMS I would need more information on what you are trying to achieve in order to help. In general, this library is not part of your bundling/transpiling tool chain, it...