Hi @Rohan_Garg, The integration of coveo with AEM is already done.As for recommended articles, I've gone through the coveo docs and I'm somewhat aligned on how to create the model and leverage ML in coveo. What I'm unsure of is how to fetch the data into AEM.
Hi @arunpatidar I'm targeting to send the usage analytics to coveo and utilize the ML feature over there to create a model that would basically generate the recommended articles. I've come across the documentation on how to create the model in coveo.What I need help with is : How do I query that da...
I'm trying to implement a component in AEM where it will show articles/products based on previous search. It's more of a functionality like recommended videos that come in YouTube. As of now, the functionality is set to fetch the articles based on the inputs provided in the dialog so that it can que...
The requirement is such that I can't add any further code (files) for now. So the only way out is to get the data in the backend model and render it via some means in the frontend. That would require modification of the existing files and that's the only thing that is now allowed. I'm also getting e...
I've followed @Saravanan_Dharmaraj's approach and I have restructured the content fragment to get the data altogether. In the backend, I have split the array based on delimiter and thereafter created a JSON array with all the items in place. Now I am not able to figure out how to return the values i...
Hi,My requirement is to get the data from the content fragment multifield and then show those in a particular manner. Here's the desired result :In the backend I am getting the data from the Content Fragment and then splitting the array based on delimiter and subsequently creating a JSON array. Once...
also say I go with "I woud prefer the content fragment is set to get the days, open and close as one item in the multifield and reading will be easy & straightforward in code", I will fetch the data in backend just like how it is working now and then store them in an array. If you could let me know ...
Hi @Saravanan_Dharmaraj can you please help with the BE and the relevant FE code for this approach :"This would require you loop through dayofweek, opens and closes list and pick the items for the same index and create the openinghoursspecification array and return it in the model. Assuming you have...
Hi,My requirement is to get the data from the content fragment multifield and then show those in a particular manner. Here's the desired result :But currently, I am unable to segregate these data and as a result everything is coming altogether. Refer to the below screenshot for details : (Red ones s...
Following is the use-case I'm dealing with : I need to create a custom component wherein I've to design a dialog which will have a dropdown within it and the values of the dropdown should be sent over from backend sling model. Ideally, the requirement is to show the latest 4 pages title in the dialo...