Uh oh!
There was an error while loading. Please reload this page.
[5.x] Add algolia prefix option - #10536
Closed
bastihilger wants to merge 3 commits into
Closed
Conversation
Member
I believe this other PR is attempting to solve the same problem: #10435 We can leave this open and we will review both and decide the more appropriate option. Thanks! |
bastihilger
commented
Jul 31, 2024
ContributorAuthor
@jasonvarga I did not see that PR. I'd be happy if one of the two got merged ;-) |
jasonvarga
commented
Jul 31, 2024
Member
On the other PR a good point was made that this sort of functionality would not necessarily be needed only by Algolia. #10435 will address it in a driver-agnostic way. We can continue over there. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In Algolia it is common to have one "Application" with different indexes for different environments. These indexes can be prefixed, like
and so on.
Laravel scout has an easy solution for this by adding a "prefix" option in the scout config file.
My PR adds a similar solution by having an option in the Statamic
searchconfig file in thedrivers.algoliaarray.Closesstatamic/ideas#1202