<br><br><div class="gmail_quote">2012/3/28 Dirk Kastens <span dir="ltr"><<a href="mailto:dirk.kastens@uni-osnabrueck.de">dirk.kastens@uni-osnabrueck.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I would like to get rid of the list of users before the next release; I'm<br>
aware this makes sharing impractical for large number of available users.<br>
Autocomplete is the best solution for finding a certain user, but I'm not sure<br>
if I have the skills to optimize it for large lists of users. I'm going to try<br>
my best.<br>
</blockquote>
<br></div>
Great! Isn't it possible to start autocomplete after entering the 3rd letter? This would reduce the amount of matching users a lot.<span class="HOEnZb"><font color="#888888"><br>
<br>
Dirk<br>
<br>
</font></span><br>_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
<br></blockquote></div><br><div>one solution that i have implemented for a user list is to get a subset of the users and put at the bottom of the autocomplete list a message saying "there are <x> more users, please refine your search"</div>

<div>its an idea.</div>