localized assets and search result
Hello,By default assets are not localized by episerver but there is a way of doin it and it can be found here :):https://gregwiechec.com/2015/07/localizable-media-assets/however, how do we adjust the...
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 ArticleGet results from epi server find query under specific page
Hi ,I have been tring to get search results under specific page(parent page) uisng unified search query, able to get pages (respective parent page) and all media document irrespective of parent page....
View ArticleModifying Crawled Content
Hi, I'm working on Find 13.0.1, CMS 11.9.1. We have Find crawling an external site and the results are included in our site search. We have an issue where the search returns too many results for...
View ArticleGDPR and EPiFind Tracking
We've been asked some questions about the tracking that is used when enabling statistics in...
View ArticleHow can I fetch all pages with different language version by epi find query...
Hi,Can anyone help me to know how we can fetch all pages created with different languages version by epi find query.My query are mentioned a s below:-var query =...
View ArticlePossible to boost with weights, without using unified search?
A client complained that the search result was not changed when they set the weights in the Episerver Find admin view. If I get it right, those weights are only used when you do a UnifiedSearch (or...
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 ArticleAnother question on Searching multiple Fields
If I have the code below, but I want to search more than one field for given values that I KNOW, how do I do that? var searchRequest = new EPiServer.Find.Api.SearchRequestBody { Size = 1, From = 0,...
View ArticleWhat values to use for Min Similarity in a fuzzy query
Hi, I'm working on Find 13.0.1, CMS 11.9.1.We have added in fuzzy logic to our find query setup. This includes MinSimilarity functionality. However we can't find anything online that says what values...
View Article"Page not found" inside Find for "Search Phrases"
If I go to "/Find/#manage" and click on an item in the "Search Phrase" list I see that all "Search Result" names are named "Page not found" even though the user always visits an existing page and the...
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 ArticleHow to index data from a api in Find
Hi guys, In a project, I have built a news archive page type and a news page type in CMS for showing the press releases. The data that shows on a news page get from a api (with querystring parmeter in...
View ArticleFIND-3596
This sorting issue(FIND-3596) is quite anoying for us, what exact version will fix this?As it now states that its fixed, but does not specify what version includes fix.
View ArticleProjecting ContentReference on GetResult
Hi all,I'm using EpiServer Find v12.3.2.0 and I have a problem with projections. Code isreturn query.Select(a => new SearchHit { Title = a.DisplayName, Description = a.Description, ImageLink =...
View ArticleFuzzy Matches and Stemming
Hi!I use Find v13.0.1 and Find.Commerce v10.2.0Let's say I want to search though Variations:var variationSearchResult = Search<Variation>().For(searchQuery) .InField(variation =>...
View ArticleEPiServer Find vs IContentRepository.GetDescendents()
Hi,Using EPiServer CMS 11Using EPiServer Find 13I've a requirement to get all decendent pages in couple of places in a site I'm working on, we may also want to narrow the results to a particular type...
View ArticleSupport for Newtonsoft.Json 11 in Find
Tried to upgrade to the latest version of Newtonsoft.Json today and did not succed since there is not support for it in Find.The strange thing is that there are different dependency in the different...
View ArticleUnifiedSearchRegistry throws LoaderExceptions with missing assemblies
Hi, I am in the process of upgrading an EPiServer site, with EPiServer Find from 9.6.1 to 11, and I have stumbled upon a problem I haven't been able to figure out.When running the following code in an...
View ArticlePassing a filter expression to a method
I'm using EPiServer Find to fetch all child pages, and I'm trying to make re-usable method which at it's heart is a Linq statement calling Find. Part of the linq is a "filter" method, which I'd like to...
View Article