Skip to content

AeternaEst/Sitecore8Helix

Repository files navigation

Sitecore8Helix

About

Sitecore test project that is primarily for experimenting with Solr, Unicorn and Helix. Contains some basic searching and faceting with solr using both SolrNet and the Content Search API. Right now all views and config files are located in the Sitecore8Helix.Website project which is incorrect for Helix. Needs to implement a custom build process so views and config files can be copied from Features and Foundation projects.

Setup

  1. Install Solr 6.6.5
  2. Setup a local Sitecore 8.2 170407
  3. Syncronize Unicorn Items
  4. Reindex from Sitecore

Search With Content Search API

  • /products?Filters=product_category_s=cloth
  • /products?Filters=product_category_s=cloth|product_type_s=shoes
  • /products?Filters=product_category_s=cloth,electronics

Search with SolrNet

  • /solrnetproducts?Filters=product_category_s=cloth
  • /solrnetproducts?Filters=product_category_s=cloth,electronics
  • /solrnetproducts?Filters=product_category_s=cloth,electronics|product_type_s=shoes,t-shirt

TODO

Needs to implement a custom build process so views and config files can be copied from Features and Foundation projects.
Add ex and tag to Content Search API so you can exclude facets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published