aashnajena commented on a change in pull request #340:
URL: https://github.com/apache/camel-website/pull/340#discussion_r412862077



##########
File path: antora-ui-camel/src/js/vendor/algoliasearch.bundle.js
##########
@@ -46,7 +46,12 @@
           const data = hits.reduce((data, hit) => {
             const d = {}
             d.url = hit.url
-            d.breadcrumbs = Object.values(hit.hierarchy).slice(1).filter((lvl) 
=> lvl !== null).join(' » ')
+            var breadcrumbs = 
Object.values(hit.hierarchy).slice(1).filter((lvl) => lvl !== null).join(' 
» ')

Review comment:
       I see. I'm reading about Algolia's v4 UI right now, but including this 
in the website looks like a slightly big task. I'd be happy to take it up, 
along with other issues related to search! For now, should I put a hold to 
these changes and close this PR? Or should we make these temporary changes and 
then rethink the search design in accordance to Algolia's default UI later?    




----------------------------------------------------------------
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:
[email protected]


Reply via email to