-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potential for Multiple Application IDs? #294
Comments
@rgbjay Would the applications split per site? Application A for site A, application B for site B? I think we could add support for multi-site style config where you can group settings per siteHandle - if that's how things are structured on your end. |
@janhenckens I was about to ask the same question as the OP. I have a use-case where we could definitely use a different application id on a per-site basis. If we could get that functionality then it would be absolutely magical! |
Yeah, that should be quite easy to do. Which version of Craft & Scout are you running at the moment @JamesNock? (just to be sure I merge it for the right version) |
Amazing! CraftCMS 4.7.4 Pro with Scout 3.2.2 at present. Thank you @janhenckens |
Ok, will try to have a look over the weekend. Might not be as easy as expected, since the function Craft uses to localise config ( Will keep you posted on my progress! |
Thanks @janhenckens! I too would be interested in this feature. Please keep us updated on the progress! |
Apologies for going AWOL on this - still very much a feature we would like! |
We have a use case where we ideally need to be able to send data to two Applications within our Algolia account.
They are both part of a multisite but are managed by different teams and operationally it would be much cleaner to setup two applications rather than two indices inside one application.
Is there a) a way to do this already (I suspect the answer is no) or b) plans to add this functionality in, i.e. changing the
application_id
config setting (and associated API key fields) to accept an array rather than a string perhaps?Any info would be helpful.
The text was updated successfully, but these errors were encountered: