Sorting should be consistent either "lastname, firstname" (preferred by me) or "firstname lastname"
Sorting seems to be chaotically
Operating system: Debian Wheezy
Web server: Apache 2.2
Database: MySQL 5.5
PHP version: 7.0.15
Nextcloud version: 11.0.2
Contacts version: 1.5.3
Updated from an older Nextcloud or fresh install: Update
Signing status: No errors have been found.
List of activated apps:
Enabled:
The content of config/config.php:
{
"system": {
"instanceid": "1234567",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"trusted.domain"
],
"datadirectory": "\/var\/local\/nextcloud-data",
"dbtype": "mysql",
"version": "11.0.2.7",
"installed": true,
"forcessl": true,
"enable_previews": true,
"preview_libreoffice_path": "\/usr\/bin\/libreoffice",
"maintenance": false,
"dbname": "owncloud",
"dbhost": "localhost",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"mail_from_address": "nextcloud",
"mail_smtpmode": "php",
"mail_domain": "xxx.yyy",
"mail_smtpauthtype": "PLAIN",
"mail_smtpauth": 1,
"mail_smtpsecure": "tls",
"theme": "",
"loglevel": 2,
"secret": "REMOVED SENSITIVE VALUE",
"overwritewebroot": "\/nextcloud",
"overwrite.cli.url": "\/nextcloud",
"trashbin_retention_obligation": "auto",
"filelocking.enabled": "true",
"updatechecker": true,
"htaccess.RewriteBase": "\/nextcloud",
"updater.release.channel": "stable",
"memcache.local": "\OC\Memcache\Redis",
"redis": {
"host": "localhost",
"port": 6379
},
"memcache.locking": "\OC\Memcache\Redis"
}
}
**Are you using external storage: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Browser: Opera 43.0
Operating system: Windows 10 Pro
CardDAV-clients: Web-Interface
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Sorting is done via the displayname - nonetheless with the next version of contacts a basic sort by feature is integrated.
@irgendwie I think what @Luto73 is saying, is that adding a detailed name for a contact changes the sorting of this contact without respecting the sort dropdown option selection.
@Luto73 ?
@skjnldsv I must admit I did not know that I can select the sorting order because I do not see where this option is hidden. But you got me right with your interpretation that adding a detailed name changes sort order.
@Luto73 the sort feature isn't integrated in 1.5.3 but will come with 1.5.4.
ref https://github.com/nextcloud/contacts/pull/121
@irgendwie Oups! :p
Fixed with latest 2.0.1
Most helpful comment
@Luto73 the sort feature isn't integrated in 1.5.3 but will come with 1.5.4.
ref https://github.com/nextcloud/contacts/pull/121