TotalMatching shows 0
Hi!I am new to Find, and I have recently taken over a solution based on Find. We are experiencing a problem with a counter, that works on and off. IContentResult<T> result =...
View ArticleKnow when the Find index job time out
Is there a way to know if the index timeout has been exceeded in the EPiServer.Scheduler.ScheduledJobBase.Execute() ? will the EPiServer.Scheduler.ScheduledJobBase.Stop() will trigger if the index has...
View ArticleUsing Geta Epi Categories for Unified Search (Find 12.7.1.0)
We are using the Geta Epi Categories in out solution https://github.com/Geta/EpiCategories. We are using version 1.2.1.Is there a way to use the Geta Epi Categories in the unified search method. The...
View ArticleStemming with IncludeType
Is there anyway to use stemming on queries that require multiple types without inheritance? You can't specify a property/methods to search in which are required for stemmings and the raw response...
View ArticleEpiserver Find Search Statistics Click tracking search result issue
I am trying to implement click tracking using EPiServer Find for a CMS application. I am able to generate the statistics but the page name in the search results is showing up as page not found.Below is...
View ArticleException: mapping for explicit nested path is not mapped as nested
Hi,I’m having difficulties getting a nested value into my Find index.I have a Commerce Variant with a property that exposes an IEnumerable<Price>: public IEnumerable<Price>...
View ArticleSite does not run when Refreshing personalization
Hi,I am currently follwing post: https://world.episerver.com/documentation/developer-guides/find/personalized-find/I have added in the appropriate app settings for episerver:personalization.Site and...
View ArticleFind indexing pages on creation (before publish) - new behaviour?
I´m wondering if Find indexing new pages upon creation (before hitting Publish) is something new? We have a property where editors can set if the page is to be indexed or not (setting NOINDEX,...
View ArticleFind in Alloy Template - modifying the unified search excerpt
I'm new to find and am struggling with the lack of full sample site to work on. I'm using the Find 13.0.1 and CMS 11.9.0So I only really have the alloy findSearchPage to work with. I'm trying to figure...
View ArticleConditional Sorting in ElasticSearch
Even though I'm going to code this on EpiServer Find, first I want to solve my problem in ElasticSearch query. I have an object in my index which has a property as "SearchPromotion": [...
View ArticleEpiserver Find: Get PageData from UnifiedSearchResult
Hi there,Not sure if I'm missing something simple here, does anyone know an efficient way of getting the PageData or IContent reference from a Unified Search result in Episerver Find?I know one way it...
View Articleboosting and sorting of search results
Hi,We developed a intranet with EpiServer (version: CMS 6 R2) and Indexing and Searching with Epi Find.We got a couple of requirements related to search results, specifically "facet" search. When we...
View ArticleAny query to filter recently edited contentItems by currentUser from find index?
Hi, im working on writing a find query that returns recentlt edited contentItems by current user. I need to read both pages and blocks. With this query i easily get PageData but not Block data. Any...
View ArticleExculding Search indexing and results for mulitple sites on DXC
We have created multiple sites in Episerver for our build. The code is shared between all sites and is deployed to the DXC.We would like to keep the search indexing and results to be exclusive within...
View ArticleNo SearchAttachmentText or SearchAttachment field for indexed PDF documents
UsingEPiServer.Find 13.0.1EPiServer.Find.Cms.AttachmentFilter 13.0.1And I have installed the Adobe PDF iFilter 64 11.0.01 on my laptop and restarted.PDF files are stored as a type called TextBasedMedia...
View ArticleIssues with new developer indexes
Are there issues with newly created developer indexes? I receive "(401) Unauthorized" errors when indexing and also received nested "IOException[No space left on device]" while indexing last Friday. I...
View ArticleTrack search phrases when using unified search?
Hi,Is it possible to track search phrases (most common/without hits) when using unified search? If so, can anyone provide some dummy code on how to achieve this?Note that I don't want to track clicks...
View ArticleEPiFind BoostMatching extension with Unified Search
Hi,I need to confirm is .BoostMatching(c => c.Name.Match(playerName), 4) extension function works with unified search?query = client .UnifiedSearch() .For(keyword)Or do i need to use the...
View ArticleFree text search and .InField on block property in a page
Having:public class PageType : PageData { public virtual string DontWannaSearch { get; set; } public virtual BlockType BlockProperty { get; set; }}public class BlockType : BlockData { public...
View ArticleKnow when the Find index job fails
Is there a way to know if the index has been failed to index?is there a function like onFailure() or similar?(Purpose: When status becomes "Failed" in the admin mode, I need to send an email with the...
View Article