Upgrading to latest Find and then FilterForVisitor returns empy result
After upgrading FIND, the filter FilterForVisitor() returns no hits If I am logged in though, it works fine. But all pages are open for Everyone and published...Any breaking changes that I could have...
View ArticleIs it possible to hide features of EPiServer Find in Admin section
I'm setting up an instance of EPiServer Find for a client and we are finding that there are some features we aren't imlementing.eg. AutoComplete, BestBets option to show in own design etc.These are...
View Article"Bad Request" when using nested queries for facets
I'm having issues getting nested queries and facets to work on my Commerce catalog content types, specifically a product content and a variation content.I'm running Find 11.1.0.3965, Commerce 9.8.1,...
View ArticleHow to override price and inventory changes
I tried to follow the documentation from http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Commerce/9/Search/find-integration/indexing-variations-in-a-product-document/But it...
View ArticleLooking up dl.episerver.net/...
Hi,I've just upgraded a project to the latest version of EPiServer and Find and all pages take ages to load which looks like it's caused as it's trying to look up "dl.episerver.net/..." which I believe...
View ArticleDXC and Episerver Find
Hi,I'm wondering how to implement Episerver Find in an DXC solution. Do all sites share the same index or is it possible to have separate index for each site? Thanks
View ArticleEmpty Synonyms list in Find UI
I'm having a problem with the synonyms list in Find UI. When adding a synonym, i get a message that the synonym is saved and the response is something like...
View ArticleUnable to load /Find/proxy/ - returns 406 Not acceptable
Getting a wierd response from Episerver Find UI; all requests, bot POST and GET to endpoints beginning with /Find/proxy/ returns a 406 (Not acceptable) header. Both in development and...
View ArticleHow do you use UnifiedSearch's ProjectImageUriFrom
Hi, I tried using this extension method to add a image thumbnail to my search results as most of my pages have some sort of image, I used what 'http://find.episerver.com/Documentation/unified-search'...
View ArticlePlease use GetContentResult extension method for getting results with content...
Hello,After upgrading to the latest version of EPiServer Find we get the error "Please use GetContentResult extension method for getting results with content types". The thing is, the type/types we are...
View ArticleSpell Checker in FIND 11
Hi,Has the Spelling Suggestions been removed from FIND 11? I would like to have a Spelling Suggestion on my search results page but I cant seem to find out how this is implemented in Episerver FIND 11...
View ArticleEPiServer Find facet management and product/variant search
I'm starting to implement Find on a QuickSilver solution replacing the Lucene-based implementation. What I'm a bit puzzled about is how to implement a flexible way of handling facets/filters.In the...
View ArticleCan the free text search match all terms
Can the free text search as detailed herehttp://world.episerver.com/Documentation/Items/Developers-Guide/EPiServer-Find/8/DotNET-Client-API/Searching/Free-text-search/be configured to match all the...
View ArticleOrderBy price commerce results
Have Googled and browsed around some topics but not sure I have found a conclusive answer to what I thought should be a simple question:Can I sort Find results of commerce variations by price?As prices...
View ArticleCan I control adding tracking scripts ?
Hi,I would like to block Episerver to adding those script on every page:http://dl.episerver.net/12.0.0/epi-util/native.history.jshttp://dl.episerver.net/12.0.0/epi-util/find.jsGoogle Speed complanins...
View ArticleLanguage branch i searchresult for pages outside the startpage
Hi,I am getting a strange behaviour for pages that has been index by episerver find. It will add the language branch to url in the search result i.e. mysite.com/en/awsomepage. But when moved inside the...
View ArticleHow to use multiple indices for multisite?
Hi,I am working on a project where we are going from a single site solution to a mulitsite solution.For the original site we have a standard Epi Find Index. When extending to a multisite, we want to...
View Articlemissing SearchAttachmentText
I'm currently trying to index a file, that sits outside of EPiServer following the example below. The object is index and i can see it in Find 'Overview'. However the SearchAttachmentText$$string field...
View ArticleFacet for Enumerable field
I have an index of Products, each with a Manufacturer. I created a histogram facet for the Manufacturer Ids in this way:HistogramFacetFor(p => p.manufacturer.Id, 1)and this worked just fine. Then I...
View ArticleFacet for Guid
I have an index of Product objects, each of which has a Manufacturer which has a Guid for an id. I would like to find out, for each Manufacturer, how many products it has.I tried: var res =...
View Article