more search related changes
This commit is contained in:
parent
9c7e8699a2
commit
66baa5cea2
8 changed files with 9 additions and 1074 deletions
|
|
@ -33,8 +33,7 @@ sub addSearchEngine {
|
|||
assetId varchar(22) binary not null primary key,
|
||||
title varchar(255),
|
||||
synopsis text,
|
||||
startDate bigint,
|
||||
endDate bigint,
|
||||
url varchar(255),
|
||||
creationDate bigint,
|
||||
revisionDate bigint,
|
||||
ownerUserId varchar(22) binary,
|
||||
|
|
@ -85,6 +84,9 @@ sub removeFiles {
|
|||
unlink '../../lib/WebGUI/Setting.pm';
|
||||
unlink '../../lib/WebGUI/Grouping.pm';
|
||||
unlink '../../lib/WebGUI/Asset/Wobject/IndexedSearch.pm';
|
||||
unlink '../../lib/WebGUI/Help/Asset_IndexedSearch.pm';
|
||||
unlink '../../lib/WebGUI/i18n/Asset_IndexedSearch.pm';
|
||||
unlink '../../sbin/Hourly/IndexedSearch_buildIndex.pm';
|
||||
rmtree('../../lib/WebGUI/Asset/Wobject/IndexedSearch');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue