Problem/Motivation

Nice module! I want to show the autocomplete result grouped by alphabets. Is it feasible to add this feature in this module. Finally it would look something like this:

Proposed resolution

Write the patch that adds group by search result feature to this module.

Remaining tasks

N/A

User interface changes

There will be an extra option in autocomplete exposed filter setting asking whether you want to show the results grouped by alphabets.

API changes

N/A

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

subhojit777’s picture

Issue summary: View changes
FileSize
22.16 KB
subhojit777’s picture

Status: Active » Needs review
FileSize
3.98 KB
vasike’s picture

Status: Needs review » Needs work

i think we need a reroll for the latest patch.
@subhojit777 could you, please, update your patch
thank you

subhojit777’s picture

Status: Needs work » Needs review
FileSize
4.04 KB
vasike’s picture

Status: Needs review » Needs work

The patch does apply
Ynfortunately, still not ready, it needs some work for autocomplete suggestions.
- For now the suggestions couldn't be selected properly, the matches variables for json need some work
- We also need to be sure that the Group Letter suggestion can not be selected, maybe requires some js (jQuery) there for this.