Filtering a list of geo locations
Hi,I have an object which contains a list of geographic locations as this:public List<GeoLocation> Locations{get; set;}This list is being correctly (as far as I can see) indexed by EPiServer...
View ArticleInclude more data on an PageData object
Hi,First, I'm not using PageTypeBuilder in this project, but maybe I'm gonna add that for some specific page types.Alot of the web pages are a collection of other pages, e.g. teaser pages and more...
View ArticleAvoid indexing contentassetfolder/Media Images
Hi,I've just integrated our episerver site with Find (Episerver version : 8, Episerver Find version: 9.2) . I tried to index from admin mode (using the content indexing job).I'm seeing that our...
View ArticleContentIndexer IncludeField or ExcludeField?
Hi I am trying to use an API documented on http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Find/12/Integration/episerver-7-5/Indexing/But the example for "ExcludeField"...
View ArticleDatabase schema update error when upgrading Find packages
I just upgraded the Episerver Find NuGet packages to version 12.2.8.After restarting the site I get an exception saying: Column name or number of supplied values does not match table definition.The...
View ArticleClear index programatically
Hi,I have a custom indexing scheduled job. The files that needs to be indexed varies based on few dynamic criterias. Hence I want my schedule job to clear all indexed data and start indexing afresh. So...
View ArticleLoad testing - Too Many Requests
Hi,we've started load testing. When we send 10 requests per second, EpiServer Find returns with the error: The remote server returned an error: (429) Too Many Requests.Our production index should be...
View ArticleComplex 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 ArticleRemove EpiFind
Due to an error that is happening right now, I would like to remove Epi Find from being used, while still maintaining the refrence in the projects so that they can be easily added back in again in the...
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 ArticleIndexing page with external content
Hi,I have ha page that is getting its content from a extern sorce"available jobs".How should i do to index this page in find when the content does not come from EPiServer CMS?I have looked at...
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 ArticleThe given key was not present in the dictionary
Hello,When I try to index a client's EPiServer site I often get the exception that the "given key was not present in the dictionary". Does anyone know why the indexer job is throwing the...
View ArticleMultiple filter group
I want to search using the follwing filter condition. please check and let me know my syntax is ok or not?Filter(x => x.Ancestors().Match(ContentReference.StartPage.ID.ToString())) and Filter(x...
View ArticleLimit properties included in Excerpt returned from UnifiedSearchFor
Is it possible to specify which properties that are included in the excerpt returned from UnifiedSearchFor?Btw UnifiedSearchFor yields 0 results when searching at find.episerver.com, no docs available?
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 ArticleContent indexing seems to get stuck and is fragile (EPiServer.Find.Cms 12.2.9)
HiLooks like in EPiServer.Find.Cms12.2.9 the content indexing is fragile and broken. At least, we have noticed major problems never seen before :)The main issue is that the content indexing is not very...
View ArticleGet most clicked results.
Anyone have any idea how to get the most clicked content over a certain time. For instance;People have searched the site for a week. I want to get the most clicked results from last week, regardless of...
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 ArticleSearch result filtering based on visitor group
If I have a piece of content (e.g. a html block) a user will not see when he is not part of a visitor group, I can still search for this content and get the page on which the content resides as a...
View Article