Search query to find a word thats could be in inside multiple properties
I have three properties First nameLast nameUsernameUser can search for a word that can be in all three properties. I have had this two queries to achieve the desired resultsearchTermFilters =...
View ArticleInconsistent results with FilterForVisitor()
Hello,We have been using the same code for many months to search for products in our catalog. Recently though we started having issues where the same search query would produce different results....
View ArticleFiltering on nested objects/properties
Hi,I have problem where I need to be able to filter on properties on subpages but return the parent page from FIND. I thought that I could use nested queries for this but i does not seem to work.Page...
View ArticleEpiserver Find.js replacing the entire window.onload event
Hi,I don't know if this is the right place to report this for Episerver.Find.Somewhere earlier in my HTML page, I have a script that attaches a handler to the window.load eventwindow.onload =...
View ArticleUnifiedSearch yields no results in WebApi
Ok, this is pretty weird. When executing unified search in page controller context - it's working as expected (sample code): public class SearchPageController : PageControllerBase<SearchPage> {...
View ArticleEpi Find unified search "two page headers" problem
Hello!We are running unified search with episerver find version 12.4.1.We have pages with two different "headers". The first one is the default episerver name for Page "PageName".The other header is a...
View ArticleEpi find "relation" to other object in index possible?
Hey!If the following is possible:I'm using normal episerver find search (Not unified). Version: 12.5.3.0I have a custom Index class in EpiServer find named "PersonIndexItem" which contains information...
View ArticleHow do I search by fields? Something isn't working
I am using EpiFind, the version is 12.5.3 in NuGet.I want to search by a few fields in the JSON below. I am trying this code, but I don't get the right results back. I don't understand why.Snippetvar...
View ArticleAnother question on Searching multiple Fields
If I have the code below, but I want to search more than one field for given values that I KNOW, how do I do that? var searchRequest = new EPiServer.Find.Api.SearchRequestBody { Size = 1, From = 0,...
View ArticleSorting Issue when sorting by date
We are experiencing alot of issues with with orderby in our results. Especially happening with Dates and strings. The order by on a property Title for example puts abdominal at the end of the list...
View ArticleEpiFind: search only on parents children
Hi!I am trying to make a search result, with Find, with rsults only from currentpage and its children. I would like somthing like FilterOnCurrentSite() but for only currentpage and its children. Does...
View ArticleFilter pages by specific page types and categories
I'm trying to get only pages matching with specific page types (article, product pages for instance) and with specific categories list using Find. I couldn't make it work as per the samples available...
View ArticleGDPR and EPiFind Tracking
We've been asked some questions about the tracking that is used when enabling statistics in...
View ArticleFilterBuilder question matching comma seperated string with a list
Hi guys,my problem:i have a checkbox property on a catalogitem. public class TippingProduct : BaseProductContent { [EnumMany(typeof(TippingFrontEndCylinderHeadboardType))] [Display(Order = 8, Name =...
View ArticleFragmented sorting issue
Hi, I have a strange problem ocuring when I try to use OrderBy for any given propery: The ordering is fragmented.What I mean by that is if I OrderBy on number I get something like: 1, 2, 5, 6, 3, 4, 7,...
View ArticleIssues with new developer indexes
Are there issues with newly created developer indexes? I receive "(401) Unauthorized" errors when indexing and also received nested "IOException[No space left on device]" while indexing last Friday. I...
View ArticleUnified Search - Statistics Tracking results in error
Hi,I am using Unified Search and I want it to appear in the Statistics, so added the Track() method.IEnumerable _SearchResults = searchClient.UnifiedSearch().For(queryString) .InField(x =>...
View ArticleWorking with Find in Ektron
The documention for Episerver Find and Ektron is lacking. I'm using the only full sample code I've found...
View ArticleXhtmlString deserialization issue
Hi I am having an issue when calling GetResult from the search query, the XhtmlString element always return null. I have checked data in the Explorer, it's there. "Description": {"$type":...
View ArticleEpiFind: search only on parents children
Hi!I am trying to make a search result, with Find, with rsults only from currentpage and its children. I would like somthing like FilterOnCurrentSite() but for only currentpage and its children. Does...
View Article