This code implements next-generation auto-completion functionality for Funnelback and is designed to replace the jQuery UI-based funnelback-completion.js that ships with Funnelback.
The concierge implementation is based on Twitter Typeahead, Handlebars and Bloodhound and provides a rich auto-completion feature set.
Features include:
- Support for multiple auto-completion sources
- Supported auto-completion sources:
- simple (organic)
- structured (rich) - based off CSV
- faceted
- search-based
- Various display options including multi-column support
- Each source can be independently configured and templated
- Simplified integration with existing websites