While writing a simple knowledgebase application for my web company I wanted to create the facility to automatically suggest articles as the user typed in a question. So I came up with the following ‘suggester’ plugin. To get it working, you need to: Attach it to an input field Pass in the backend URL to [...]