Ticket #2201 (new enhancement)

Opened 2 years ago

Last modified 18 months ago

Partial matching for roster search-as-you-type

Reported by: patrys@… Owned by: asterix
Priority: normal Milestone:
Component: usability Version:
Severity: normal Keywords:
Cc: OS:

Description

I have my contacts named like that: Firstname "Nickname" Lastname

Finding contacts using the typeahead function is pretty much useless unless they have unique first names.

Attachments

roster-partial-match.patch (0.7 kB) - added by avm 2 months ago.
Trivial patch: replace name.startswith(key) with (key in name)

Change History

Changed 2 years ago by nk

I agree, we should implement search (see Gtalk client UI) and use

modelfilter.

this ticket will benefit from ticket #1201

Changed 18 months ago by anonymous

  • component changed from None to usability

Changed 2 months ago by avm

Trivial patch: replace name.startswith(key) with (key in name)

Add/Change #2201 (Partial matching for roster search-as-you-type)

Author



Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will change. Next status will be 'new'
The owner will change to anonymous. Next status will be 'assigned'
 
Note: See TracTickets for help on using tickets.