How to implement search functionality using AEM 6.0
Hi All,
I need to implement search functionality on my home page using AEM 6.0.
When I write some text like dinning it will show me list of restaurants near by my location.
Thanks
Hi All,
I need to implement search functionality on my home page using AEM 6.0.
When I write some text like dinning it will show me list of restaurants near by my location.
Thanks
This component example searches the JCR. However - using JS logic and a custom service on the back end (Java/OSGi), you can build a component that knows how to search the internet for content. ie:
http://stackoverflow.com/questions/3727662/how-can-you-search-google-programmatically-java-api
One of the powerful features of AEM is being able to develop custom services via Java and OSGi bundles.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.