[BUG] OriginalObjectGetter is missing for WebContent
Hi,OriginalObjectGetter is missing for WebContent. Is this by-design? This means we can't do following:private static WebContent GetWebContent(UnifiedSearchHit hit) { if (hit.OriginalObjectGetter !=...
View ArticleEPiServer Find error on upgrade to 12.0.0.4448
Hi,I'm trying to upgrade to the latest version of Find on an existing commerce site. It worked fine before the Find upgrade, now I get this:[ReflectionTypeLoadException: Unable to load one or more of...
View ArticleFacet in UnifiedSearch for MetaData
I have addead metadata containing commaseparetad strings, I would like to facet on those in Find.I have tried query = query.TermsFacetFor(x => x.SearchMetaData["Publishers"].StringValue.Split(new[]...
View Article"Bad Request" when using nested queries for facets
I'm having issues getting nested queries and facets to work on my Commerce catalog content types, specifically a product content and a variation content.I'm running Find 11.1.0.3965, Commerce 9.8.1,...
View ArticleHow to handle FIND server timeout
How can I programmatically check if FIND server is down, and ignore that logic for that moment?Now we have startpage listings that are fetched directly from FIND, and...
View ArticleCache FIND
Hi,On occastions FIND goes offline due to technical reasons. Is there away to:1. Detect when FIND is non responsive / down2. Cache results locally and only use when FIND is down.ThanksJon
View ArticleFiltering a list of geo locations
We have trip object contains a list of geographic locations as this public NestedList<GeoLocation> GeoLocations { get; set; }I can see the list being indexedWe have the filter like the below...
View ArticleFiltering a list of geo locations
Hi,I have an object which contains a list of geographic locations as this:public List<GeoLocation> Locations{get; set;}This list is being correctly (as far as I can see) indexed by EPiServer...
View ArticleIndexing content in IList property
Hi,I'm having a IList<ContentReference> property on a page and want to indexing it's content.Indexing content in a content area works just...
View ArticleFind Unified search stop working
we have had annoying problems with Find for few weeks now. At some point it seems that UnifiedSearch stops working and we get no results, while some other find searches still work. In error log we see...
View ArticleExclude indexing of images
Hi ,Our website is running on episerver 6 R2. Is it possible to exclude indexing of images/ VPP folder. Is there an equivalent method in episerver find for restricting VPP resources, 1.x as...
View ArticleCan I control adding tracking scripts ?
Hi,I would like to block Episerver to adding those script on every page:http://dl.episerver.net/12.0.0/epi-util/native.history.jshttp://dl.episerver.net/12.0.0/epi-util/find.jsGoogle Speed complanins...
View ArticleFind: Indexing for immediate use
In the Find documentation I found that, for testing purposes, you can do:client.Index(toIndex, x => x.Refresh = true);However, when toIndex is a list of objects, I get the following error:{"Invalid...
View ArticleApplySynonyms missing?
The apply synonyms function works in the preview weights function in Find configuration tool. But where can I find the function in the .Net api? I think it should be something like .ApplyBestBets...
View ArticleFIND Goes down causes errors
Hi,occasionally when FIND goes down our pages tend to throw an exception which we can't seem to catch correctly.Server side we have this sort of thing:try { ..... Results = query.GetResult(hitSpec);...
View ArticleFind Unified Search and Commerce Catalog Content: No URL on searchHit's...
Hello,I have been having an issue with Unified Search results for Commerce product variations that get returned. I have tried several ways to project the url to the results with little success. The...
View ArticleDeveloper index document limit issues
I'm working on an eCommerce build that uses EPi Find..... We are running into issues in our development environment that we constantly hit our developers index limit of 10k documents.... we've done...
View ArticleBest Bets With Invalid Commerce Content
Hi,There seems to be an outstanding bug in best bets, when used with commerce, if the user sets up a best bet selecting a category as the commerce content (instead of a page or variant). This results...
View ArticleReindex page when block in contentarea is changed.
I use IndexInContentAreasAttribute on my block type, by doing so the content on my blocks are being index when the page is published/republished. If the block it self is updated the index for the page...
View ArticleUnable to config Find after installing OWIN or Service API
After installing OWIN or Service API, a login pop up will be displayed when visiting the Find configure page(https://dl.dropboxusercontent.com/u/19725692/Find.PNG). Even though admin inputs the correct...
View Article