Epifind search by text with special symbols
Hello, we have variations with codes which contain dash e.g. S-1234. I know that dash is one of special symbols in epifind (we are using epifind provider). Currently when I'm trying to search by S-1234...
View ArticleOne of my pages not able to indexed by epi find
Hi ,I am facing a problem regarding epi find indexing. I have observed some time one of my pages not able to index. I can not see this page by following he below step:-Find--> OverView -->...
View Article"Ambiguous match found" when re-indexing website content
Hello,We’re using Episerver Find to index the content of a website.After backstaging the production database to our local dev server I tried to re-index the website content to our dev instance of...
View ArticleFiltering a list of geo locations
We have trip object contains a list of geographic locations as this public NestedList<GeoLocation> GeoLocations { get; set; }I can see the list being indexedWe have the filter like the below...
View ArticleAvoid indexing content in documents
Hi, My client have a pretty straight forward Cms solution with Find and would like to stop indexing the content of an pdf itself, which means that only metadata about a file should exist in index. Data...
View ArticleNo automatic indexing of content in EPiServer 10 / EPiServer.Find 12
When a page/contenten is published or drawn to the waste basket there is no automatic indexing of the content (for example, you get search results pinting to the page that you put in the trash) but...
View ArticleSearchPhaseExecutionException after updating to EPiServer.Find 12
After updating from EPiServer.Find 11.0.0.3701 to 12.3.2.0 I'm getting an error when searching for a page type:EPiServer.Find.ServiceException: The remote server returned an error: (500) Internal...
View ArticleRemove expired page data from search results
Hi, I use a Find query on few different page types to retrieves Episerver.Find.SearchResults<T> type data set. The results contain the pages that are 'Expired'. I simply need to remove the...
View ArticleTrack method appends querystrings
I want to turn on general statistics for Find and I understand that it´s done by adding the Track method to a search query. I have two real projects where statistics is enabled and they are running...
View ArticleException when starting website
Hi,When starting my local site I get the following exception: [WebException: The remote server returned an error: (503) Server Unavailable.] System.Net.HttpWebRequest.GetResponse() +1743...
View ArticleIndexing Error
Hi,I'm trying to index a physical file in my computer as specified in http://find.episerver.com/Documentation/dotnet-api-attachments using the below code:var document = new Document() { Name = fd.Name,...
View ArticleMaximum distinct values for IEnumerable<int> property
I would like to build a filter for products on the site that a customer has already purchased.One solution would be to add the customer ids to a product's property. Is it possible to have more than...
View ArticleInvalidate cached results of "StaticallyCacheFor"
Just say I have follwoing to fetch datavar result = client.Search<BlogPost>() .StaticallyCacheFor(TimeSpan.FromMinutes(10)) .GetResult();After 6 minutes (when I do a change in BlogPost model),...
View ArticleHitProjectionBuilder deprecated?
Hi,In my project when trying to use HitProjectionBuilder I get a message saying it's obsolete and to use IndexProjectionBuilder. Okay no problem, but there aren't any information that I can find that...
View ArticleSearching for pages based on free-text content of associated MediaData
We have a client requirement to have a page type which acts as a collection for multiple documents - one primary document (a PDF), and an arbitrary number of secondary documents (PDFs, DOCX/XLSX files,...
View ArticleDefault projections can't be customized for Unified search
Hi,We've faced with issue that we can't use projections functionality from EPiServer Find.We tried several different solutions but they don't work. So we can't change Unified search behaviour without...
View ArticleData not showing in episerver admin portal for Find after the index update
We update the index last month on Jan 17th. Same license. Since then our data is not showing in episerver->Find->Manage.When we click on Find -> Manage -> Most Frequent searches the graph...
View ArticleHow are multi word synonyms supposed to work in EPiServer Find?
Hi, we have a case with a customer who wonders whether they can map multiple word phrases to synonyms. I thought yes, but that does not seem to be the case after some experimentation. So the question...
View ArticleFind UI broken and not working as it should
Hi! On one site we have a broken UI for Find at the moment. When trying to configure the optimize section I get a javascript exception and no best bets, related search or synonyms are showing. The...
View ArticleUnified Search - Return custom field
Hi,I am trying to show a custom field in a unified search results. I can successfully add custom fields to the index based on extension...
View Article