Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

BrilliantCut issue on current Find, Commerce, and CMS

Vote:
 

I am curious if anyone can tell me if BrilliantCut is still working on current CMS, FIND and Commerce?  We are on CMS 9.8.3, Commerce 9.14, Find 11.1.5.4342, and Find.Commerce 9.5.3.  Basically, We can install the NuGet Widgit, which installs the Core too.  I can add the BrilliantCut gadget and see the initial option buttons of No Filtering, Filter result list, etc.  When we add the Initialization Module below,, none of the facets display.  Meaning, filters for Children and Descendents options don't display, nor does the text box.

Just wondering if you could provide some insight.  Not seeing any errors logged either.

using System;
using System.Linq;
using BrilliantCut.Core;
using BrilliantCut.Core.Filters.Implementations;
using BrilliantCut.Core.FilterSettings;
using EPiServer.Framework;
using EPiServer.Framework.Initialization;

namespace Tmp.CMS.Core.Initialization
{
[InitializableModule]
[ModuleDependency(typeof(EPiServer.Web.InitializationModule))]
public class BrilliantCutInitialization : IInitializableModule
{
public void Initialize(InitializationEngine context)
{
context.Locate.Advanced.GetInstance()
.Facet()
.Facet(new TextboxFilterSetting(50));
}

public void Uninitialize(InitializationEngine context)
{
//Add uninitialization logic
}
}
}

#149252
May 26, 2016 22:51
Vote:
 

Hi,

I have just updated the project, please try again

Regards, Jonas

#151826
Edited, Aug 08, 2016 11:51
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.