episerver index content
I am trying to restrict data to be indexed until it is linked to any content. I have followed the following link http://www.herlitz.nu/2017/01/24/index-only-linked-documents-using-episerver-find/.It...
View ArticleRandom sort order
Hi guys,We need to implement random sort order for our application. It should support pagination.How can we add random sort order to the request?P.S. I found some solution...
View ArticleGDPR and EPiFind Tracking
We've been asked some questions about the tracking that is used when enabling statistics in...
View ArticleWorking with find 13.X.X
Hi Team,We are working on find upgrade process. Find 13 has included language routing. How to set the find routing language globally to pass the site current language (we have en, Es langs) when using...
View ArticleHow to use find language routing to custom find index models?
Hi Team,We are working on epi find upgrade v-13. The new language routing is added to the find entry if the content implements ILocale.But we are not using a variation or page data instead of using a...
View ArticleUse Fiddler to inspect query sent to find
I am trying to use Fiddler to track the queries sent to Find. I added the web.config setting to use a proxy as well. But I get an error when I set the proxy: The remote server returned an error: (400)...
View ArticleTotalMatching 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 ArticleScript errors for SearchWithWeights and BestBets
Hi!I'm trying to implement best-bets but when I try to add one there's a script error:Unable to load /EPiServer/Find/api/editorialboosting/searchwithweights/ status: 500After examining the script...
View ArticleEPiServer find external crawlers bringing back too much content.
EPiServer Find Version - 13.0.1.0Hi There,I am new to EPiServer, EPiServer Find and EPiServer external content crawlers so be gentle.I am currently working on a new EPiServer project and one of our...
View ArticleSearchClient.Instance.Index throws error?
Hi Team,We implemented find languagerouting for a custom index model.indexItem.LanguageRouting = new LanguageRouting(Language.English);When i try to index the model it throws an error.Like below at...
View ArticleEPi Find Custom Filter
We have a page that has two properties on them 1. Groups - Multi Select List of Attributes that the user needs to see the page in a rollup2. Match Type - Single select (All/Any) to match either all...
View ArticleSearching in files, but getting the host page as result
Hello,I'm trying to achieve the functionality in subject. I understand that files are automatically indexed in EpiFind, but when I try to get results I don't get the pages that host these files. I get...
View ArticleFuzzy Search not working with synonyms.
I had .Search() code with .For(query, q => { q.Query = "*"+query+"*"; })But it didn't show results for synonyms. If I removed wildcards, I get match for synonym, but now Fuzzy Search is...
View ArticleIndex pages with "Fetch content from another content item"
I'm thinking of setting up a site that has the same content under multiple subfolders, and when a search is made, only search in that subfolder and on thoose pages, kind of like this:StartpageOriginal...
View Articleepiserver index content
I am trying to restrict data to be indexed until it is linked to any content. I have followed the following link http://www.herlitz.nu/2017/01/24/index-only-linked-documents-using-episerver-find/.It...
View ArticleSeveral autocompletes on different parts on website
Epi 11, find 13How do i implement best different autocompletes for several parts of the website. Any best practice advice?Example: I don't want suggestions on products if i search in people search, nor...
View ArticlePulling in Ektron search results in Episerver via Find
HelloI'm using the latest version of Find (13.0.1) and we will soon begin migrate off Ektron and into EPi Our existing Ektron site has been indexed in Find, and we are using it as our search engine...
View ArticleTyped Search and Best Bets - Example?
Hi!I have code somewhat similar to the following:var result = _searchClient.Search<LoremPage>(Language.Swedish) .For(query) .WithAndAsDefaultOperator() .UsingSynonyms()...
View ArticleFIND-3565
This is fixed months ago:https://world.episerver.com/support/Bug-list/bug/FIND-3565When can we expect it pushed to nuget package?
View ArticleEpi customFilter + WithinDistanceFrom
Hi all!I'm struggling to find a solution for my custom filter. I need to search through the objects where every object has a collection of GeoLocations. I need to check the items of the collection and...
View Article