The Find user interface is currently not available, please try again later.
Just started experimenting with Find, I followed the steps to create a project with Find. When I login to episerver, I see the Find option in the top menu, and underneath the options:Manage Configure...
View ArticleAutomatic landing pages
In the sales materials there's a lot of talk about Find and automatic landing pages. Does anyone have a simple example implementation of this functionality? I don't want to reinvent the wheel if...
View ArticleMulti Type Search
Hi All,I'm new to Episerver development, but have been a software developer for a few years now.Does anyone know if its possible to perform a "Free Text Search" against multiple types and without...
View ArticleCamel Case Config and Episerver Find UI Conflict
Hi Everyone, When I config application to serialize the json in camel case boosting page in find ui shows everything in undefined. if you trace the dGrid values, you can see all culumn definitions and...
View ArticleEpiserver Find and ServiceApi Conflict
Hi everyone,I'm using episerver find and I just add ServiceApi to the project. Since then UnifiedSearch stops working. I've compared the requests , and the only difference is that whenever I have...
View ArticleEpiserver Find autocomplete feature implementation via MVC
Hello,I am trying to get autocomplete functionality to work and have added autocomplete queries in the admin mode. I dont want it to achieve using exposing index url and wanted to achieve using MVC.In...
View ArticleSearches without relevant hits in statistics always show CTR 0%
Hello,I am using Episerver Find 11.1.6.4396 version.For statistics tracking I have used .track() method in my controller and using namespace is using EPiServer.Find.Framework.Statistics;In CMS Edit...
View ArticleProjections on a nested collection
Hi!I have a collection of products and by convention we've added the variants as a property so they are indexed together.What I'd like to do is project over the results and get the cheapest variant in...
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 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 ArticleAutocomplete is returning 0 Hits Find 11
Hello,I am using Episerver Find 11 and implementing the autocomplete functuionality using Jquery as mention on episerver document...
View ArticleEpiserver Find - Indexing global assets when running multi-site
Hi,I am having an issue indexing PDFs which resides in global asset folder: they are not indexed.What is the default behavior when Episerver Find indexes global assets? (which url are they being index...
View ArticleAutocomplete suggestion for complete word not only on prefix
Hello,I have implemented Episerver Find autocomplete functionality using Jquery/Ajax<script language="javascript"> $(document).ready(function () { $("#search").autocomplete({ source: function...
View ArticleAccessing and Indexing page type specific properties In Episerver Find
Hello,I am using Episerver CMS 9.9 and Episerver Find(Version 11.1.6.4396) for search functionality in our Blog.I have a requirement where I want to access/index Blog pages(page type) properties(Images...
View ArticleHow to speed up processing of the indexing queue
When an episerver page is published or edited, a reference to the page is added to the SQL table tblFindIndexQueue and then the rows in this table are processed.At some periods of the year our editors...
View ArticleIssue with Episerver Find CMS Reindexing Scheduled Job
Hi,We are currently facing constant issues of site going down for almost on everyday for Production Site. This happenes almost at every 3 hours of time gap which is the duration set to run the...
View ArticleIndex content for all languages for Episerver Commerce in Find
Hi!I'm using the Episerver.Find.Commerce to index my Commerce site, but I only get product and variations in one language.What am I missing?The index has all the existing languages included and there...
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 ArticleIs it possible to get most popular searches for a specific time period
HiAs the subject says: is it possible to get a list on the most popular searches for a specific time period?BrPer
View ArticleEpifind - Access Control List
Hi, I have a few questions about epifind and access control.While showing search results, we have to limit access to certain users / groups. In the documentation...
View Article