solved jrCore_list with element starting with something

Nmaster88
Nmaster88
@nmaster88
8 years ago
94 posts
Hello, what is the way i shall use jrCore_list and only get results that start with a letter?

An example, i want only playlists starting with letter "a".

{jrCore_list module="jrPlaylist" search=? order_by="_created desc" template="listen_playlist_section_content.tpl" limit="1"}

Thanks
updated by @nmaster88: 07/09/16 06:34:16PM
paul
@paul
8 years ago
4,326 posts
{jrCore_list module="jrPlaylist" search="playlist_title LIKE a%" order_by="_created desc" template="listen_playlist_section_content.tpl" limit="1"}

% is the wild card search symbol

hth


--
Paul Asher - JR Developer and System Import Specialist
Nmaster88
Nmaster88
@nmaster88
8 years ago
94 posts
Thanks this works well!

Tags