projects / org / ezproject2010 / ngsuggest
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ngsuggest | Ivo Lukac | beta |
Version | Compatible with |
---|---|
1.0 | 4.2, 4.3 |
Netgen Suggest extension implements drop down suggestions on search fields using eZFind/Solr facets. When user starts to type letters in search box suggestions are shown as drop down bellow. Suggestions are sorted by number of occurance in index. When next word is entered new suggestions are based on words entered before.
Extension is based on jQuery component and runs smoothly with ezjscore. For better faceting results we created new type of field for Solr. Existing ezf_df_text can be used but it likes to concatenate words so suggestions will not be good enough.
More info in blog post: http://www.netgen.hr/eng/Blog/Building-Netgen-Suggest-extension-suggestion-drop-down-for-search-fields-using-Solr-facets
Few improvements to Netgen Suggest extension
Tuesday 27 July 2010 05:49
Ivo Lukac