Updated Search Indexer definition
This commit is contained in:
parent
8e52f79717
commit
1107f54707
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ sub getIndexerParams {
|
|||
where DataForm_entryData.assetId = asset.assetId
|
||||
and asset.startDate < $now
|
||||
and asset.endDate > $now",
|
||||
fieldsToIndex => ['select distinct(value) from DataForm_entryData where assetId = \'$data{assetIid}\''],
|
||||
fieldsToIndex => ['select distinct(value) from DataForm_entryData where assetId = \'$data{assetId}\''],
|
||||
contentType => 'assetDetail',
|
||||
url => 'WebGUI::URL::append($data{url}, "func=view&entryId=list}")',
|
||||
headerShortcut => 'select title from asset where assetId = \'$data{assetId}\'',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue