Hi all,
I’m having a problem with the following piece of code in that it completely ignores the search parameter.
I’m trying to search on a weblog (athletes) that is contained in “default_site”. It returns what I want when run from the default_site but not on the MSM site, where it ignores the search parameters. Is there a way of making this work with MSM, otherwise I’ll resort to a custom query?
{exp:weblog:entries site="default_site" weblog="athletes" search:athlete_gender="=female" search:athlete_ranking="not 0" orderby="athlete_ranking" sort="asc" limit="3" dynamic="off" disable="categories|member_data|pagination|trackbacks"}Cheers.