IndexedSearch migration
This commit is contained in:
parent
4f1524bd00
commit
ccc36a78de
5 changed files with 51 additions and 27 deletions
|
|
@ -268,7 +268,7 @@ sub getIndexerParams {
|
|||
and asset.startDate < $now
|
||||
and asset.endDate > $now",
|
||||
fieldsToIndex => ["label", "subtext", "possibleValues"],
|
||||
contentType => 'assetDetail',
|
||||
contentType => 'content',
|
||||
url => 'WebGUI::URL::gateway($data{url})',
|
||||
headerShortcut => 'select label from DataForm_field where DataForm_fieldId = \'$data{fid}\'',
|
||||
bodyShortcut => 'select subtext, possibleValues from DataForm_field where DataForm_fieldId = \'$data{fid}\'',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue