• RE:How to filter the search results by relevance?
    Forum Post Aug 15, 2013
    Thanks Filip, i will dig it out. I know how to hide with Javascript, but it might not be working with the pagination on smart search results.

  • RE:populating Smart search filter with paths?
    Forum Post Aug 30, 2013
    I want to do something similar, filter my search result to a path under tree. please advice

  • RE:Filtering search/repeater
    Forum Post Nov 13, 2013
    Check out the Smart Search Filter webpart and see if this will work for you. Otherwise vcarter is correct, a custom filter would be the way to go.

  • RE:Search Result Page - Add search fields
    Forum Post Nov 26, 2009
    Hi, Smart search module in 4.1 version is searching also that data. In case you are using SQL search, you will need to customize the search and develop custom search provider where you will search the data you need. Best Regards, Juraj Ondrus

  • RE:Exception received when using Where condition in Search Results webpart
    Forum Post Oct 27, 2009
    Hello, you are right it will not search the attachments in this case. Except for the mentioned custom web part you may use Smart search (the new feature of 4.1 version) instead of SQL search – please see this chapter in Developer’s Guide: http://devnet.kentico.com/docs/d...

  • RE:Smart search result -> multiple SEARCH CONDITIONS
    Forum Post Jul 6, 2010
    I solved it this way: In Smart search results (webpart) I changed Search options to FULL. in search code: string var = "apt && (numb1s:2 || numb2:2 || numb3:2 || numb4:2)"; UrlHelper.UpdateParameterInUrl(url, "searchtext", HttpUtility.UrlEncode(var)); Is this the...

  • RE:Search API...am i doing this right?
    Forum Post Jan 13, 2013
    Hi I'm also seeing results in the search preview section of smart search, but I'm not seeing the same results in the Smart search box on the site. The search box is using 'Any word' in both places. kentico v7.0 Is there something else I need to enable? Thanks, C...

  • RE:Smart search score and content preview for files
    Forum Post Jan 19, 2013
    Hi, I guess you mean the Full text search over attachments/files in the DB, right? If so, in this case it is no possible to get the score since this is being executed by SQL search and not smart search, the results of these two different searches are then just combined. The...

  • RE:Index on custom table field
    Forum Post Feb 9, 2010
    No, I mean a SQL Server index -- nothing to do with Smart Search. Thanks.

  • Webfarm feature does not synchronize smart search index folders
    Forum Post Apr 8, 2010
    The index is only refreshed on the server the content item was created or changed on.

  •   ... 51 52 53 54 55 56 57 58 59 60 ...