Epi-Find: TermsFacet for counts inaccurate when corresponding filter is applied
I have the following facet on my Epi Find query.public void ApplyManufacturerFacet(){ this.EpiFindSearch = this.EpiFindSearch.TermsFacetFor(r => r.ManufacturerId);}I am using the facet terms to...
View ArticleSecured Content in Index
I can see that unified search automatically trims out results that the current user does not have access to -- but the REST and Javascript API's do not. If our client has a requirement that even the...
View ArticleUnwanted synonyms in EPiServer Find
We have detected some words are registered as synonyms without us adding them manually. One example is "rus" (Norwegian for "intoxication") and "fyll" (Norwegian for binge drinking and "fill" as in...
View ArticleCatalog content is ignoring the Find Id I have given it
I am indexing products and categories in Find and using an initialisation module to set the client conventions - see below.[InitializableModule]...
View ArticleCommerce product seach: using nodes/categories in facets
Hi,I'm doing a product search for Episerver Commerce site using Find. Most of the examples and the documentation use the products properties for faceting and filtering the search, but in our case we...
View ArticleProblems indexing commerce meta fields
Hi,I am trying to install Find on a commerce solution. Everything is working great beside that the meta fields in products is not indexed just Name, publich date and so on.Am i missing something?Blocks...
View ArticleDifferent number of search results
When we search for multiple types in one call we get for example 500 results ITypeSearch<ISearchContent> unifiedSearch =...
View ArticleExclude MediaData results from unpublished pages
Hello, I'm trying to search for MediaData that only exists on published pages. The pages can have many different kind of block areas with MediaData inside them. The requirement is that the MediaData...
View ArticleUnified search just search in one field
Hi,We are using unified-search in one of our projects and in one specifc case I would like to search in just one field.At the moment we have the following code which seems to search in more than just...
View Article.InField with string argument
Hi!I'm trying to use method InField with a string argument, but it doesn't seem to work. return client.Search<ProductPage>() .For(searchQuery) .InField(i => i.FullName) .GetPagesResult(); //...
View Article.InField with string argument
Hi!I'm trying to use method InField with a string argument, but it doesn't seem to work. return client.Search<ProductPage>() .For(searchQuery) .InField(i => i.FullName) .GetPagesResult(); //...
View ArticleSort by relevancy and then by other field
I have an issue with sorting in Find. I have a requirement that products in the search results should be sorted by relevancy and then by bought count. I am calculating bought count in a separate...
View ArticleWhich CMS? EPiServer or Plone?
I want to go for a CMS, but there are loads and i'm confused which one to go for. I kind of did some research and filtered 2 CMS, one is episerver cms http://www.episervercms.com , and the other is...
View ArticleUsingAutoBoost removes any entries with _hit_count > 1
Hi,I am using EPiServer Find to Boost the results. I want to bring back results on top whose hit counts are greater.I have seen any page which has got hit count greater than 0 does not come back in...
View ArticleEpi Find GetResults doesn't return anything if filterForPublicSearch = true
I am trying to get only hits that everyone group has access to (public) but can't seem to get it working. If i use filterForPublicSearch = false it works fine.below is from the indexed content...
View ArticleFind demo site is down
Hello,the find demo site is down...http://find.demo.episerver.comkind regards,bob
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 ArticleStemming not working for one of two indexes
I have a strange problem. I have two indexes. One that I use from the dev environment and one that is used from the test server. Both indexes are installed on the same raw Episerver Find server. The...
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 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 Article