Episerver Find - ignore domain
We use shared episerver database, blob storage and Find index in development.Some developers prefer to use localhost, and others prefer to set up dev.mystite.com in the hosts file.Can Find be...
View ArticleHow does did you mean / related work?
Hey,So I know how to make EpiFind give me did you mean results but I can't find out how that works under the hood. It seems to be based on what people searched for after their initial search. Has...
View ArticleDoes (no) usage of Track() affects search results?
Hi, My client is considering stop tracking queries in Find, to get rid of the extra javascript that is placed in the html by Episerver when Track() is used for queries. Will this affect the search...
View ArticleEpiAdmin/Find/Manage "Unable to connect to the web server. What would...
The ProblemIn admin view, when I go to Find -> Manage (or Configure) I get a popup saying"Something Went Wrong""Unable to connect to the web server. What would you like to do?"In the web browser...
View ArticleFilter to exclude files not published on any page
Hi,How can I add a filter to this to exclude files that are not published/used on any page using unified search?Model.ResultsFiles = searchFiles.ApplyBestBets().GetResult();Or can I exclude it in the...
View ArticleBoosting based on depth of page
Hello guys, I'm looking for a way to boost my pages based on their depth (the higher up the page, the higher the boost).For example:Home (boost 3)Theme (everything on this level should get boost...
View ArticleunifiedSearch doesnt find result on page of type FaqItemPage, but Search does
Hi, I'm having an issue where unifiedSearch doesn't find anything on a certain page type.I can see the page type is being indexed under Episerver Find in admin.This code get results of type...
View ArticleHow to GetTopQueries ?
Is the preferred method to get top queries from statistics in Find still something like the workaround suggested here?
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 ArticleHow does External Best Bets works
Hello,We have an implementation of Episerver Find (version 9.3.0.2674) and our client wants to add Best bets for their sub domain links, which in turn I believe we have to use the External Link on...
View ArticleNo hit on indexed field using unified search
Hi,I have a field CaseNumber that is indexed but I can't get any hits on the field when I search using unified search. The number is present 4 times in the indexed content, as CaseNumber...
View ArticleRelated queries return only editorial entries using REST API
We're running Commerce 9.6 site with Find version 10.0.0.3291 and we're facing an issue with Related queries described in this post from 2014:...
View ArticleUnified search - Searching for news return hits on openinghours
Hi,I'm implementing unified search and in testing we search for news and it returns hits on openinghours or time related words.This is in norwegian, so searching for nyhet(news) returns hits like...
View Article401 Exception When Indexing Site?
Hi all - I'm getting this error for every piece of content in my site that I try to index using Episerver Find's index job:An exception occurred while indexing content [Link ###] [GUID ##############]...
View ArticleNot Found while Updating Index
Hi,I'm trying to update spesific indexed object by document ID by this piece of code_findClient.Update<EntryContentBase>(content.ContentGuid+"someLanguageCode").Field(x => x.SomeStatus(),...
View ArticleCommon Terms Query?
Elastic Search has a Common Terms query (https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-common-terms-query.html) for smart processing of Stop words like 'the' and 'of'. Does...
View ArticleHow to GetTopQueries ?
Is the preferred method to get top queries from statistics in Find still something like the workaround suggested here?
View Article[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 ArticleNested queries: Filter number of nested objects returned from FIND
Hi!I was wondering if it possible to filter the number of nested objects that FIND returns in a filtered nested query? Consider the following:public class Team { public Team(string name) { TeamName =...
View ArticleDo episerver find implement parent-child realtion?
I see the documentation for elastic search and it can have parent-child document and realtion.I cant find any thing in episerver about how can i make the parent child document and relationhere is the...
View Article