aashnajena commented on a change in pull request #340: Fix issues with search 
results
URL: https://github.com/apache/camel-website/pull/340#discussion_r405740912
 
 

 ##########
 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 tried it - it makes of the form Section-Name >> Topic-Name
   
   
![search_example](https://user-images.githubusercontent.com/32356795/78821882-ceb3e300-79f7-11ea-9460-792b313f68a7.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to