4
OK, You want to make a link which include the search criteria.
You have to know the databasefield name of your profile field eg. language.
Depending on it being a text field or a choice, you specify a text or number as search argument.
/modules/profile/search.php?language=German&op=results
or
/modules/profile/search.php?language[]=3&op=results
You can add other parameters eg:
/modules/profile/search.php?uname_match=0&uname=&name_match=0&name=&email_match=0&email=&user_regdate_larger=YYYY%2FMM%2FDD&user_regdate_smaller=YYYY%2FMM%2FDD&posts_larger=&posts_smaller=&actkey_match=0&actkey=&last_login_larger=YYYY%2FMM%2FDD&last_login_smaller=YYYY%2FMM%2FDD&user_aim_match=0&user_aim=&user_icq_match=0&user_icq=&user_from_match=0&user_from=&user_yim_match=0&user_yim=&user_msnm_match=0&user_msnm=&user_intrest_match=0&user_intrest=&user_occ_match=0&user_occ=&url_match=0&url=&newemail_match=0&newemail=&sortby=13&order=0&limit=&submit=Submit&skipValidationJS=0&op=results
Of course you use all your custom fields by adding them.