Author Topic: Small bug with AutoComplete in search fields...  (Read 4582 times)

Offline therealjoeblow

  • Contributor
  • ***
  • Posts: 84
Small bug with AutoComplete in search fields...
« on: February 14, 2011, 09:38:56 PM »
When I searched for "dvd-9" in binsearch, I returned a limited number of results, because of course, it's searching for the string with lower case letters.  I realized I really wanted to search for "DVD-9", but autocomplete won't let me put that in, as soon as I get to the "9", it reverts to the lower case version stored in memory.

It would be nice if I could override that by going into the dropdown box and hilighting the offending stored string and hitting DEL to get rid of it from the autocomplete history like you can for example in a browser search box on google, etc.

Cheers
The REAL Joe

Offline Rdl

  • Administrator
  • *****
  • Posts: 3918
Re: Small bug with AutoComplete in search fields...
« Reply #1 on: February 17, 2011, 01:35:40 PM »
I've fixed it now so it won't change uppercase based on history.

So if in history you have 'DVD-9' once you type 'd' it will show 'dVD-9'. In the end it will be 'dvd-9'. Once you search for it 'dvd-9' will replace 'DVD-9' in history list.