Is indexing instances of EPiServer.Core.ContentFolder required?
When using EPiServer Find, does EPiServer need to index instances of EPiServer.Core.ContentFolder?Is it safe to add an indexing convention to exclude this type from being indexed?Would the only impact...
View ArticleMissing SiteId on index for global assets
Hello everybody,A short while ago we noticed that our search page was failing on some terms but not on others. Looking through the logs it was complaining about not being able to cast some ProxyObject...
View ArticleRequire form submission to download file
I'm working on a Find implementation.The system will have two types of PDFs returned in search results - "free" ones a user can immediately download, and others that require a form sumbission before...
View ArticleTrying to optimize search query.
Hi,I have a couple of documents that refer from other pages. Is possible to make one search query in Find that filters out documents that are not referred from other pages? What we do today is search...
View ArticleSegmented search results with load more per segment
Hey there!I am having a design solution where search results are segmented by type. Each segment has their own show more functionality.It looks something like this:Search of "a" gave 32 hits14...
View Articlepdf files are not getting indexed
Hi,I am using EPiserver 10 hosted in Azure cloud. I am using EPi find 12.5.0. I have three sites sharing same code base and different databases. Each site have Dev, Test, ACC and Prod. Interestingly,...
View ArticleStrict Matching Against Collection of Strings
I want to filter against a collection of strings using strict matching. I do not want results that do not have what I'm trying to match against. According to my local testing and documentation the...
View ArticleEpiserver Find GeoLocation Distance
I am currently working on a project that we are filtering results based on the distance from a given location. e.g Searching for Bristol and it returns locations within a 10 mile radius.Is there a way...
View ArticleCan I pass a reflected property into a TermsFacetFor method?
I am working on a search feature that adds different search facets to the search page depending on where the user is searching in a product catalog. For example, if the user is searching over all...
View ArticleAutoBoost and the "Age" property used in Decay?
In the documentation for AutoBoosting (http://world.episerver.com/documentation/developer-guides/find/NET-Client-API/searching/auto-boosting/) it states that a document is Decayed using the Age of the...
View ArticleRemoving extra results that use grammatical article words
I'm finding in my free text search that I am getting a lot of extra results when the search phrase includes an article as part of the term. Articles in English are the words "the, a, an".Doing a search...
View ArticleThe technology
Nature flooring for the seventh time leading the flooring industry technological revolution For China's wood flooring industry national standards, the drafting of industry standards, the nature of the...
View ArticleHow to return assigned Category to a page with Epi Find results
Hi Epi Devs,Wondering how you set up the search so that it returns the category of the page that's been index and return in search? I can see in the indexed JSON that the category is there.
View ArticleInstalled Find, but cannot access it in CMS
Hey guys,quite new at implementing episerver find. Just started following this tutorial: https://tedgustaf.com/blog/2013/beginners-tutorial-on-episerver-find/I created a new dev find index and have the...
View ArticleSearch in Catalog with Mediachase.Search
Hi Team,Please help on below of my query.I am trying to implement Mediachase.Search functioanlity for Catalog, using below code for that but I am getting 0 items in response.Can someone please check my...
View ArticleCan I pass a reflected property into a TermsFacetFor method?
I am working on a search feature that adds different search facets to the search page depending on where the user is searching in a product catalog. For example, if the user is searching over all...
View ArticleMissing SiteId on index for global assets
Hello everybody,A short while ago we noticed that our search page was failing on some terms but not on others. Looking through the logs it was complaining about not being able to cast some ProxyObject...
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 ArticleEpiserver 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 ArticleOrderBy and string comparison
When sorting results based on a string, it doesn't seem like the stringcomparer used takes culture into consideration."Abc", "Bcd", "Åäö" comes out in the order "Abc", "Åäö", "Bcd".Am I missing...
View Article