node-autocomplete icon indicating copy to clipboard operation
node-autocomplete copied to clipboard

Autocomplete module for node.js

Results 9 node-autocomplete issues
Sort by recently updated
recently updated
newest added

The current version seems to support matching a search string to a term based only if the term _begins_ with the search term. It would be useful if it could...

(node:16388) DeprecationWarning: sys is deprecated. Use util instead. Debug: internal, implementation, error TypeError: Uncaught error: getInitialElements is not a function at Autocomplete.initialize (D:\code\hapi_project\node_modules\autocomplete\lib\autocomplete.js:26:5)

it is unused and it is giving a warning in current node

First off thanks for putting together node-autocomplete. There are a few issues with var statements in lib/trie.js. I cleaned those up and there should not be anymore leaking globals

`#search()` was returning an array of objects rather than an array of strings. Now it returns and array of strings.

``` ○ → npm install -g autocomplete npm http GET https://registry.npmjs.org/autocomplete npm http 304 https://registry.npmjs.org/autocomplete [email protected] /Users/hemanth/.nvm/v0.8.8/lib/node_modules/autocomplete ○ → node > require('autocomplete') Error: Cannot find module 'autocomplete' at Function.Module._resolveFilename (module.js:338:15)...

Hello marccampbell! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...