Hello, I built a feature which allow users to search for other user thanks to a dynamic text box. Like facebook, when you search for your friends, the name is display in a javascript dropdown list with a small picture. But I'm not completely happy with the search... I'm using a standard search like "?q=vincent" and I get back the results list. If I type 'vinc' I will not get any results (But I would like to display all the users where the name start with 'vinc'). Maybe I need an extra param? I also tried the autosuggest, but I get a list of terms and not direct results...
Could you suggest me some solr feature which could help me to get better results? Thanks a lot ! Vincent -- View this message in context: http://www.nabble.com/User-search-in-Facebook-like-tp23804854p23804854.html Sent from the Solr - User mailing list archive at Nabble.com.