aashnajena commented on a change in pull request #423: URL: https://github.com/apache/camel-website/pull/423#discussion_r454958567
########## File path: antora-ui-camel/src/js/vendor/algoliasearch.bundle.js ########## @@ -4,8 +4,8 @@ const algoliasearch = require('algoliasearch/lite') window.addEventListener('load', () => { - const client = algoliasearch('BH4D9OD16A', '16e3a9155a136e4962dc4c206f8278bd') - const index = client.initIndex('apache_camel') + const client = algoliasearch('XW4Y7DJE2Z', '2423e9780121b010cad442bfb45a4714') + const index = client.initIndex('camel_test') Review comment: These two lines of changes will be reverted before merging. "camel_test" is the name of my temporary local index which I have linked here so that everyone can see the improved search results. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org