Posted by phdhiren on December 22, 2008 at 6:30am
Already got couple of node finder there
http://drupal.org/project/node_quick_find
http://drupal.org/project/autocomplete_node_finder
And one more is coming... :)
http://drupal.org/project/finder
Comments
Similar but not quite duplicate...
You're right to bring this up but the modules are slightly different.
NQF is much smaller, lighter and makes use of database indexes.
ANF is much more advanced, has more features (such as CCK field matching) but I believe that as it does double ended LIKE matching which does not make use of database indexing, unlike NQF.
I think I will work with the author of ANF to merge the features of my NQF into ANF.
Thanks for pointing this out.
Nick