Closed ghost closed 9 years ago
Hi Scott,
I can probably answer that.
You probably want to do something like this
SearchClient.Instance.Conventions.AddNestedConventions();
Since the cms will use the singleton already created when indexing and handling content
I just discovered that! Thank you very much.
Hi, first congratulations on a great library! Is it possible to integrate Nested2Find with EPiServer CMS (I'm using v8.8)? I've tried calling Client.CreateFromConfig().Conventions.AddNestedConventions(); in Global.asax.cs but the indexed IContent in Find doesn't have the naming convention applied and so any filters when searching Find result in Bad Request responses because the property names haved been modified to the convention. Any ideas please? Sorry to raise this as an issue when it isn't but I didn't want to direct email you. Thanks.