fixed search indexer errors
This commit is contained in:
parent
c485014062
commit
6402c8f3af
10 changed files with 23 additions and 21 deletions
|
|
@ -93,8 +93,8 @@ sub getIndexerParams {
|
|||
fieldsToIndex => ["fileTitle", "downloadFile", "briefSynopsis", "alternateVersion1", "alternateVersion2"],
|
||||
contentType => 'wobjectDetail',
|
||||
url => '$data{urlizedTitle}."#".$data{wid}',
|
||||
headerShortcut => 'select fileTitle from FileManager_file where FileManager_fileId = $data{fid}',
|
||||
bodyShortcut => 'select briefSynopsis from FileManager_file where FileManager_fileId = $data{fid}',
|
||||
headerShortcut => 'select fileTitle from FileManager_file where FileManager_fileId = \'$data{fid}\'',
|
||||
bodyShortcut => 'select briefSynopsis from FileManager_file where FileManager_fileId = \'$data{fid}\'',
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue