Why CRXDE Lite search don't return any results from js and css files
In CRXDE Lit Home page if I search anything from jsp file text I get results back, however if I try to search any text from js and css files it doesn't return any results.
Here are my findings, I have picked out of box /libs/foundation/components/carousel/ component I opened jsp, js and css files from these components.
I searched for the term "defines the controls" which is line 91 in carousel.jsp, I see this returns results for carousel.jsp
When I tried "Used to output caught errors" which is line 14 in carousel.js, search doesn't return any results
I tried same for css, term "cq-carousel-banner-item" from line 15 in carousel.css, search returns results for jsp file but nothing for css file.
Above is just an example, but this is consistent across all components.
