Adobe-Marketing-Cloud / aem-guides

AEM Guides contains multiple AEM Maven projects that are code companions for a corresponding tutorial found on helpx.adobe.com
https://helpx.adobe.com/experience-manager/kt/index/aem-6-3-videos.html
74 stars 80 forks source link

Does this project only work with 6.3? #2

Closed shamrox closed 7 years ago

shamrox commented 7 years ago

I tried many times to put this project in 6.2 but I am getting an issue with:

org.apache.sling.scripting.sightly.SightlyException: Identifier com.adobe.aem.sample.simple.search.SearchResults cannot be correctly instantiated by the Use API

godanny86 commented 7 years ago

Yes it was developed to be used with 6.3. I think the issue preventing it from working with 6.2 would be the use of Sling Model Exporter. Not sure if its possible to update the sling model bundle in 6.2 so it supports the jackson exporter...

shamrox commented 7 years ago

Hey Danny....you wouldn't happen to have the content you used in the summit? I know it is large but I would love to test and play with that data @godanny86

godanny86 commented 7 years ago

Hi @shamrox sorry unfortunately we are not able to provide the content that we search upon during summit. However you should be able to search against your own content with only a couple of updates:

  1. Update any path restrictions to match /content/
  2. If you want the filtering/facets to work tag your content using the tags found here Tags package