Complex Find sorting
I have some difficulties in doing the sorting in Find.I have the following structure:class TimeBlock{DateTime StartDate}class Event{ContentArea Times}The goal is to sort events by closest future (more...
View ArticleMinimum score of returned item
Hi.I was unable to find any information on how to do this, or if it is even possible.Anyway. Given the query FindClient.UnifiedSearchFor("Christmas tree") you could expect results containing...
View ArticleDelay in finding updated block content
Hello,We have a requirement to ensure that a property (Callsign) on a block is unique in our site.We are currently inherting IValidate to allow us to validate the block and within the Validate method...
View ArticleProjecting to a complex type
Hi,I would like to project from a nested list to a list of complex classes in Find. The projection code compiles and everything seems to work.But when I examine the response directly from Find, the...
View ArticleEPiServer Find Indexing & proxy
Hi, I couldn't find configuration option for using proxy in Find indexing, is there one? Or has someone created workaround to this "problem"?
View ArticleContentIndexer.Instance.Delete not applying.
Hi! Im working with a epi find indexing bug for a client. As a quick fix I decided to do indexing "manually" at PublishedPage events (If I dont solve that I might write another post about it...
View ArticleEPiServer Find CMS Index Job gets stuck
We recently faced an issue during index, i.e. EpiServer Find CMS Index schedule job gets stuck without logging any error in logs (Only way to start again is a db reset.). On investigations I found that...
View ArticleManage Synonyms feature not visible.
I'm working on an old CMS 7 site using EPiServer.Find.Cms v8.10.1.2073, on my local machine witha developer index I can see the Synonyms feature inside Find's management screen but in production I...
View ArticleThe underlying connection was closed: A connection that was expected to be...
Hi, I was developing episerver as usual .... and at one point I got this error. ERRORCould someone please help me out? It seems the error came from System.Net.HttpWebRequest.GetResponse() when trying...
View ArticleSetting up episerver find to work well with a data-driven page type
I'm carrying out a technical analysis of using EPiFind to drive our websites search page. However, we have one specific page instance which I'm finding it hard to determine if EPiFind will cope with.We...
View ArticleMinimum score of returned item
Hi.I was unable to find any information on how to do this, or if it is even possible.Anyway. Given the query FindClient.UnifiedSearchFor("Christmas tree") you could expect results containing...
View ArticleFind Indexer in Load Balanced environment
In a Load Balanced environment, has anyone come across configuring the Web servers to no run the index job?I've noticed that when the EPiServerFind Index Queue gets high in the tblBigTable (DDS), all...
View ArticleWebContent classes SearchMetaData and filtering with metadata value.
Hi,We are using Unified search with connectors and we have two external sources to index. Both have SearchMetaData dates.So I have tried to filter search results with the WebContent metadata date like...
View ArticleFind performance issues and IndexingQueueReference Store in tblBigTable
Hey Experts, FIND version 12.1.0, CMS 9.12Just had some performance issues on saving, creating, moving, deleting IContent. The problem was 50 000 rows in DDS store IndexingQueueReference. Some kind of...
View ArticleEpiserver Find block content
We have a block that retrieves content from another website.Ideally, we would like that content to be indexed against the page that contains the block, but I'm not sure how this is done?I could also...
View ArticleHow can I create a "category" Facet based on the parent page.
I've got a heirarchy of pages such as - Root - Category 1 - Page 1 - Page 2 - Category 2 - Page 3I want to use Find to create a filter based on the Category page names. Here's...
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 ArticleHow does synonyms work in episerver find
If I configure "inomhusbad" and "simhall" to be bidirectional synonyms to "badhus". When I search for "inomhusbad" will that also include search results with "simhall" or do I need to configure that...
View ArticleCombine filters
I'm trying to create an SQL-query similar to this:(type1 OR type2) AND (cityname1 OR cityname2)I've come up with something like this.https://gist.github.com/anonymous/6d76e1f49a1111fe34c4But this seems...
View ArticleOrder By "Popularity"
I need to allow users to sort results by popularity. Is there any built in functionality to order by popularity using search statistics or do we have to populate an indexable property/method to...
View Article