Open
Conversation
krzysztof99xd
commented
Sep 8, 2025
| <script src="https://cdn.jsdelivr.net/npm/algoliasearch@4/dist/algoliasearch-lite.umd.js"></script> | ||
| <script> | ||
| // Initialize Algolia client and index | ||
| const client = algoliasearch('02IYLG4AP9', 'ALGOLIA_SEARCH_ONLY_KEY'); // 🔁 Replace with your actual search-only key |
Collaborator
Author
There was a problem hiding this comment.
We still need to add the ALGOLIA search key here.
Contributor
|
Hi @KleinJonasUVT , is the issue now fixed? Then I can merge! |
Collaborator
|
@shrabasteebanerjee Sorry, I was testing for potential merge conflict, but I think it will be fixed in 10 minutes, I will send you an update. Thanks for the quick response! |
Collaborator
|
@shrabasteebanerjee Sorry to keep you waiting! I thought I had the correct API key, but this is not the case unfortunately... I will come back to this pull request once I have this API key |
Contributor
|
No worries Jonas, keep me posted!
…On Tue, Sep 30, 2025, 1:30 PM Jonas Klein ***@***.***> wrote:
*KleinJonasUVT* left a comment (tilburgsciencehub/website#1430)
<#1430 (comment)>
@shrabasteebanerjee <https://github.com/shrabasteebanerjee> Sorry to keep
you waiting! I thought I had the correct API key, but this is not the case
unfortunately... I will come back to this pull request once I have this API
key
—
Reply to this email directly, view it on GitHub
<#1430 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEMIX7FVTTUEZZRYBKZYAOT3VJSVJAVCNFSM6AAAAACDINTVI2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGNJRGU2DQNBUGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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 free
to 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.
When migrating we did not bring the search index. This PR brings it back. I still need to test it (I need credentials from Hannes for that) so I am marking it as a draft for now.