Filter by all categories
HiI've to filter a page type ie Article pages conating a list of categoriesMy query isvar selectedCategories = new List<int>{1,2,3}var result = _client.Search<ArticlePage>() this...
View ArticleEpiserver Filtering of Nested List
I am currently building a solution that has a number of Venues (Content Item) that have a list of Courses that are at the location. I am currently able to filter the venues based on a geolocation field...
View ArticleAfter installing latest Episerver packages, Find content indexing job UI breaks
After upgrading the Episerver version from 10.10.1 to 11.3.1, we observed that Episerver Find Content Indexing Job is not working. During this upgrade, Episerver Find also upgraded to 12.7.1.After this...
View ArticlePersonalized Find: in which controller should I refresh properties?
I am looking at personalization documentation: https://world.episerver.com/documentation/developer-guides/personalization/personalized-find/It says that I have to refresh properties. For this reason, I...
View Article401 Exception When Indexing Site?
Hi all - I'm getting this error for every piece of content in my site that I try to index using Episerver Find's index job:An exception occurred while indexing content [Link ###] [GUID ##############]...
View ArticleFiltering categories using OR filters inside an AND filter
I am currently creating a service using Episerver Find. I have managed to get everything working apart from the filtering of Categories. From the API that is recieved in the solution, we get a multiple...
View ArticleExcluding images from search results
Hi, does anyone know how to exclude images from search results? For example, I have images with the word "Cancun" in the file name. When I search "Cancun," those images show up in the search results....
View ArticleNested Queries with More Than One Level
We're implementing Find for a client who requires filtering on dynamic attributes at the ProductVariant level. IEProductProductVariantAttributesColor: BrownMaterial: WoodProductVariant2AttributesColor:...
View ArticleEpiserver Find and .Net Core 2
Hello. I'd like to use the EpiServer Find Client library in an ASP.Net Core 2.0 Web API.https://nuget.episerver.com/en/OtherPages/Package/?packageId=EPiServer.FindWhen I build the project, I get the...
View ArticleFacets on ItemCollection
Hi guysI have an ItemCollection<string> property on a product: [CultureSpecific] [Searchable] [FacetProperty] [BackingType(typeof(PropertyDictionaryMultiple))] [SelectMany(SelectionFactoryType =...
View ArticleOrderby on Displayname
Hi,When using OrderBy in a Find Query: query = query.OrderBy(x => x.DisplayName);We're seeing results like this:1. bed & onderschuifbed Doppia2. box Ambra vlak - 2-persoonsWhen we would like the...
View ArticleEPiServer.Find.Commerce Type Load Error on Startup With Version 10.1.1
I'm attempting to update a project to the latest nuget packages, and am getting a "could not load type" error with version 10.1.1 of EPiServer.Find.Commerce. The specific error is coming from...
View ArticleHow Does Find Work WIth Non-Standard Locales
I'm working on a project with Find and Commerce. The client is suggesting for us to use non-standard locales within their website to help them manage content, does anyone know if find can cope with...
View ArticleEpiserver Find and .Net Core 2
Hello. I'd like to use the EpiServer Find Client library in an ASP.Net Core 2.0 Web API.https://nuget.episerver.com/en/OtherPages/Package/?packageId=EPiServer.FindWhen I build the project, I get the...
View ArticleMulti-words synonyms and WithAndAsDefaultOperator
I have an issue where multi-word synonyms have to work together with WithAndAsDefaultOperator, but I found that it...
View ArticleBoost PDF files if name contains query
Hi!I have a request from a client asking to boost PDF files if the name of the PDF contains the query, but I haven´t found a good way to accomplish that.Basically what I want to do is this:var...
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 in a separate project
Hi everyone,I am wondering if it is possible to have Episerver Find service in a separate project and not in the same project where Episerver CMS is referenced. I am trying to keep responsibilities...
View ArticleAfter installing latest Episerver packages, Find content indexing job UI breaks
After upgrading the Episerver version from 10.10.1 to 11.3.1, we observed that Episerver Find Content Indexing Job is not working. During this upgrade, Episerver Find also upgraded to 12.7.1.After this...
View ArticleMedia assets pane search not working
Hello guysCan someone help me understand why I can't search, by name, in the media assets pane? There's lots of pdfs and docxs but they do absolutely not show up when searching. I can search by their...
View Article