i did a little mistake, but i can't see it.
i want to create a Member list with search filter (by letter).
but i dont get any results.
A link looks like this:
<a href="http://mysite.de/artists/search=a">a</a>
and the jrCore_list call is this:
{jrCore_list module="jrProfile"
search="profile_name = `$search`"
order_by="profile_name asc"
template="artists_row.tpl"
pagebreak="30"
}
what did i wrong?
updated by @bandwerkstatt: 03/24/15 12:25:25AM