Hi, i'm having a big problem...
this is what i have:
users table with:
ID
user
pass
user_name
in the users list, i have linked the id user to show the user_name, at this point i'm going well.
But when i try to make a search, by auto-suggest, i can't search by the user_name showed at the users list, in fact if put the ID numbre of the user the search works fine.
So, there is any way to make auto-suggest, recognize the internals links between tables and fields?
Thanks in advance!