Hi!
just wanted to say thanks for this module.
I have used 90% of the code for retrieving data from a different database table and it works very well.
While removing the settings for node-types I have noticed a typo in function node_quick_find_autocomplete(): on line 264 $args = array($seting); should be $args = array($string);
Also the same function in my case doesn't work with drupal_to_js() while it works OK with drupal_json().
I suppose this is related to the fact that I am not working with {node} but with other tables.
Anyways, thank you very much!