IndexedSearch migration

This commit is contained in:
Len Kranendonk 2005-02-13 21:38:13 +00:00
parent 4f1524bd00
commit ccc36a78de
5 changed files with 51 additions and 27 deletions

View file

@ -305,7 +305,7 @@ sub getIndexerParams {
and asset.endDate > $now",
fieldsToIndex => ["question",
'select answer from Survey_answer where Survey_questionId = \'$data{Survey_questionId}\'' ],
contentType => 'assetDetail',
contentType => 'content',
url => 'WebGUI::URL::gateway($data{url})',
headerShortcut => 'select title from asset where assetId = \'$data{assetId}\'',
bodyShortcut => '$textToIndex'