Closed (fixed)
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2010 at 10:00 UTC
Updated:
18 May 2011 at 07:22 UTC
Jump to comment: Most recent file
Comments
Comment #1
jrabeemer commented+1
This is by design AFAIK, but annoying none the less.
Comment #2
jaydub commentedI agree that that's a major annoyance. In my case I am searching on node titles that are automatically generated by Auto Nodetitle module and so every title is prefixed with a set string with the node specific portion of the title following. So I've added a patch to make the autocomplete search for the string regardless of placement in the node title. This is trivial to be honest and since the queries already have to use LOWER() I doubt the performance is going to be markedly different since LOWER() negates the effect of indexes in MySQL anyway.
Comment #3
harrrrrrr commentedpatch #2 works & no performace issue
thx
Comment #4
Katrina B commentedSubscribing.
Comment #5
jaydub commentedSetting to reviewed and tested unless there are any objections.
Comment #6
ezra-g commentedCommitted. Thanks! http://drupal.org/cvs?commit=471702
Comment #7
tobby commentedI have rolled a patch for the 7.x-2.x-dev version of nodequeue that provides the same fix.
Comment #8
amateescu commentedIn 7.x we should use db_like().
Comment #9
amateescu commentedCommited to 7.x.
http://drupalcode.org/project/nodequeue.git/commit/954fa2c