After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 251289 - set number of letters when autocompletion should kick in
set number of letters when autocompletion should kick in
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Contacts
2.4.x (obsolete)
Other All
: Normal minor
: Future
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks: 327508 327510
 
 
Reported: 2003-11-22 17:07 UTC by szo
Modified: 2006-08-07 08:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (2.12 KB, patch)
2006-08-07 08:29 UTC, Devashish Sharma
committed Details | Review

Description szo 2003-11-22 17:07:45 UTC
Description of Problem:

The current state of autocompletion makes it impossible to use short
names/nicknames (shorter than 3 characters)


Steps to reproduce the problem:
1. start to compose a letter
2. enter the first two character of a name from your contact list to the
'to:' field
3. 

Actual Results:
nothing happens

Expected Results:

The autocomplete dropdown should appear when the first character is typed.

How often does this happen? 
always

Additional Information:

It was maybe a design decision to change it (I used 1.0.8 up to now), if
it's the case, please go back, it's annoying! :) Or at least provide an
expert settings to change it (compile or runtime). Thanks!
Comment 1 Gerardo Marin 2003-11-27 20:56:20 UTC
Reason is other users complained about starting the search at 1 or 2
characters :-(
Comment 2 Sivaiah 2005-03-28 19:54:42 UTC
making it configurable in ui looks like a good idea
Comment 3 André Klapper 2005-09-23 02:21:51 UTC
it IS configurable!
change gconf key "/apps/evolution/addressbook/completion/minimum_query_length"

uhm... in evo2.4 this changes nothing, so it seems the key value isn't read
anymore? :-(
this is a regression, raising severity.
Comment 4 André Klapper 2006-03-22 01:29:34 UTC
removing old 2.5 target milestone and retargetting to future - sorry.
Comment 5 Devashish Sharma 2006-08-07 08:29:23 UTC
Created attachment 70363 [details] [review]
Patch
Comment 6 Devashish Sharma 2006-08-07 08:32:58 UTC
Number of characters when autocompletion starts is now configurable.
Set the number of characters in gconf key "/apps/evolution/addressbook/completion/minimum_query_length" and that value will be used.
Committed to head.