Hello,
I've imported multiple vCards into grommunio-web. So far so good, if I search the contacts in the contact pane, I can find all contacts:

But when I search a contact while writing a mail, only manually or Outlook created contacts work:

In this case, "Mr Test" was created manually and appears, but "Mr Best Test" which comes from an imported vCard doesn't show up.
I've checked that grommunio-index works, the sqlite3 file corresponding to the user in /var/lib/grommunio-web/sqlite-index/{username} seems uptodate.
I've also tried recreating the index with:
rm -Rf /var/lib/grommunio-web/sqlite-index/{username}/*
sudo -u grommunio /usr/sbin/grommunio-index-run.sh
chmod 660 /var/lib/grommunio-web/sqlite-index/{username}/*
chown grommunio:groweb /var/lib/grommunio-web/sqlite-index/{username}/*
Any ideas please ?