Search
-
Search webpart with auto-complete
A search webpart with auto-complete feature using jquery plugin or whatever it is. We may select which documents are included in this search so then auto complete can filter out.
25 votesunder review ·
AdminJakub Oczko
(Admin, Kentico CMS)
responded
Considering for next releases
-
Alternate search APIs built-in
It should be easier to utilize a third-party search API like Google, Yahoo, etc. Instead of having to build our own, it would save a bunch of work if we could just switch the site Search provider to Google during installation / configuration.
11 votes -
Search must include file system
SmartSearch only works with Office docs and PDFs stored in the db, eg. attachments. However, media libraries store files in the file system and thus cannot be searched. For performance and other reasons, media libraries are the preferred method of storing files in large installations where one is dealing with thousands of docs. If Kentico wants to play in the enterprise CMS field, this lack is a major problem.
10 votes -
SmartSearch File Search Results
When showing file search results include the content of the file that is matched
6 votes -
Document crawler to only read part "main content" of the document
I love the new document crawler... however, there are some key terms in the header and footer which cause ALL documents to show up in some very important searches. It would be nice to specify sections of a page to be indexed by the crawler:
<div id="wrapper">
<header>Site nave and stuff</header><!--@@SMART_SEARCH_BEGIN@@-->
<div role="main">Main content here</div>
<!--@@SMART_SEARCH_END@@--><footer>Footer text/nav here</footer>
</div>3 votesunder review ·
AdminJakub Oczko
(Admin, Kentico CMS)
responded
SearchHelper.OnHtmlToPlainText event covers this situtation