RCers-
I can't seem to get the auto-complete to display the address books in the order desired. That is to say I want an address in my personal address book to appear at the top of the autocomplete list rather than at the bottom.
I am using RC 0.3.1, and have two address books defined, plus the 'automatic_addressbook', plugin but I've verified I have the same problem even with no plugins enabled.
My LDAP address book is called 'People'
// An ordered array of the ids of the addressbooks that should be searched // when populating address autocomplete fields server-side. $rcmail_config['autocomplete_addressbooks'] = array('sql', 'People');
With the above config an address in 'sql' will always appear on the auto-complete list of 15, but at the bottom of the list. When I switch the order of 'sql' and 'People' the address from 'sql' won't appear until every address in 'People' is excluded.
Thus it appears to be working partially correctly. It searches correctly making sure if the address is in 'sql' it will always be on the auto-complete list, but it always shows up at the bottom of the list rather than the top, which not the desired behavior. An address book which is configured to be searched first should also be displayed first.
What am I doing wrong? Or is this a RC issue? I've searched any can't find any tickets on this issue.
Thanks,
--ry