Re: [trojita] Feedback on holiday presents arrived by git

2018-02-02 Thread Pallai Roland
Hi! Possibilities of the Akonadi API are minimal, see: https://api.kde.org/kdepim/akonadi-contacts/html/classAkonadi_1_1ContactSearchJob.html#a641e65b40a76f5f763cd888346164604 With one query we can search for `Name`, `Email` or `NameOrEmail` and that's all. This is why I use NameOrEmail lookup

Re: [trojita] Feedback on holiday presents arrived by git

2018-02-02 Thread Pallai Roland
Please check out https://gerrit.vesnicky.cesnet.cz/r/985 This patch does not interfere my habits while does not make your life more difficult. What do you think..? On 2018-02-02 14:51, Erik Quaeghebeur wrote: > Yes, this is playing tricks on me. Actually, it makes my life relatively > more

Re: [trojita] Feedback on holiday presents arrived by git

2018-02-02 Thread Pali Rohár
Hi! IIRC Akonadi uses server side relation database and it has some client API for making requests. So I do not think it is a good idea to invent a new filtering on the client side (= in Trojitá) and it would be better to use Akonadi server to prepare result which client needs (including

Re: [trojita] Feedback on holiday presents arrived by git

2018-02-02 Thread Erik Quaeghebeur
Dear Roland, Thanks for your reaction! * The addressbook appears to not return all addresses for a given contact when searching, e.g., but just the first or first two. There is an odd logic that "tries to sort out irrelevant email addresses" [1] that ignores non-matching email addresses if

Re: [trojita] Feedback on holiday presents arrived by git

2018-02-02 Thread Pallai Roland
Hi! There is an odd logic that "tries to sort out irrelevant email addresses" [1] that ignores non-matching email addresses if the search condition matches one at least. The point is to make search by email address more comfortable. Maybe this is which playing tricks with you. Akonadi always