Search from more that one modules

alt=
duke
@musamensa
7 years ago
253 posts
I am currently using this code to search for audio on my site, I would like to be able to also search artist name as well as audio.
How do i add multiple modules in the jrSearch_form Module= area.

{jrSearch_form module="jrAudio" tpl_dir="" value="Search for Audio" style="width:60%; color:#ff9900; height:40px; background-color:white; border-color:white ; font-size:24px;font-weight:400; background-image:url(cart44.png)"}
updated by @musamensa: 05/27/17 11:15:19AM
gary.moncrieff
gary.moncrieff
@garymoncrieff
7 years ago
865 posts
try separating module names with a comma ie

{jrSearch_form module="jrAudio, jrProfile" tpl_dir="" value="Search for Audio" style="width:60%; color:#ff9900; height:40px; background-color:white; border-color:white ; font-size:24px;font-weight:400; background-image:url(cart44.png)"} 

Tags