Answer the question
In order to leave comments, you need to log in
ModX - pagetitle in tvFilters doesn't work. How to fix?
calling like this
$tvFilters = "pagetitle==%тест%";
$runParams = array(
'tpl' => 'searchResult',
'processTVs' => '1',
'parents' => "0",
'limit' => "150",
'includeTVs' => "1",
'includeTVList' => 'pagetitle',
'tvFilters' => $tvFilters
);
$output = $modx->runSnippet('getResources', $runParams);
Answer the question
In order to leave comments, you need to log in
it will not work, tvFilters already says that this is a TV search, use pdoTools and the where condition
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question