IndexedSearch migration
This commit is contained in:
parent
4f1524bd00
commit
ccc36a78de
5 changed files with 51 additions and 27 deletions
|
|
@ -287,7 +287,7 @@ sub getIndexerParams {
|
|||
and asset.endDate > $now",
|
||||
fieldsToIndex => ["image1", "image2", "image3", "brochure", "manual", "warranty", "price",
|
||||
"productNumber", "benefit", "feature", "name", "value", "units"],
|
||||
contentType => 'assetDetail',
|
||||
contentType => 'content',
|
||||
url => 'WebGUI::URL::gateway($data{url})',
|
||||
headerShortcut => 'select title from asset where assetId = \'$data{assetId}\'',
|
||||
bodyShortcut => 'select synopsis from asset where assetId = \'$data{asssetId}\'',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue