Closed (fixed)
Project:
Autocomplete Node Finder
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2008 at 16:41 UTC
Updated:
11 Sep 2008 at 05:32 UTC
http://drupal.org/project/node_quick_find
This is a module I contributed almost 5 months ago...
Comments
Comment #1
nicholasthompsonOk it looks like it does 2 things slightly differently...
%term%rather thanterm%(in SQL speak). NQF uses theterm%method which was a choice I made based on SQL indexes. A search starting in a wildcase cannot use indexes so on a large system could cause significant performance problems. Of course, it could also provide more "accurate" results (depending on definition of accuracy).I am basing the above on assumption because it doesn't appear to have any contributed code yet...
Comment #2
danielb commentedOh man....
I searched for "autocomplete drupal module" on google before I made this and your module did not come up (because you've written it 'auto-complete'), all I found was the ones that can autocomplete on words indexed by the search module.
You pretty much nailed it though about some extra options, and a search that can match a phrase even out of your node body at the cost of performance.
I may write about this on the page, but a merge is not out of the question if you are willing to add these features as optional extras to NQF. I don't really have time at the moment to contribute - but you may cannibalise and improve my code for NQF if you want.
Comment #3
danielb commentedOK mate I've added a link to NQF on the project page. I'm thinking of going down the route of adding more options for stuff to satisfy more applications, so if you have any feature requests over at NQF that you think would be better suited for my bloated monstrosity - send them over here!
Comment #4
rokrThe matching of substrings which are NOT on the beginning of the title/cck field is definately a feature!
NQF: #251213: words in the middle of the title
cheers, Ronald
Comment #5
danielb commentedcheers mate, I'm considering repurposing this module with broader features under a different project name
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.