Wiki source code of Search Suggest

Last modified by Vincent Massol on 2024/11/19 16:12

Show last authors
1 Dynamic Search (a.k.a. searchlight or livesearch) and suggest improvements
2
3 == Description ==
4
5 Aim of the dynamic search is to provided multi-sources typed live search results, content by default being provided by pre-configured lucene sources (example of possible pre-configured sources offered by default : page name and title, attachment content, page content, blog posts, etc.). Results are provided "as you type" in the top right search box, using an enhanced version of the [[suggest component>>xwiki:Documentation.DevGuide.FrontendResources.AutoSuggestWidget.WebHome]] (that can for instance handle multiple typed search results).
6
7 == Links ==
8
9 * Suggest UI redesign proposals and discussions : http://incubator.myxwiki.org/xwiki/bin/view/Improvements/SuggestRedesignProposal
10
11 == Initial plan proposal ==
12
13 * Suggest UI redesign (look & feel only) : 2.6RC2
14 * Suggest widget enhancements :
15 ** Possibility to display multiple typed results (with result type icon and title) : 2.6 RC2
16 ** Possibility to query results against multiple sources : Facultative for now - should not be needed by the dynamic search
17 * Dynamic search on top of the search input : 2.7
18 ** Find a name for it : livesearch ? searchlight ? ...
19 ** Sources configuration in the administration section
20 ** Generic lucene source implementation

Get Connected