File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
addons/api/addon/workers/utils
ui/admin/app/routes/scopes/scope/aliases Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ const createTargetTables = `
2525);
2626CREATE INDEX IF NOT EXISTS idx_target_scope_id_created_time ON target(scope_id, created_time DESC);
2727
28- -- Create a contentless FTS table as we will only use the rowids.
29- -- Note that this only creates the FTS index and cannot reference the target content
28+ -- Create a content FTS table that references the original table
3029CREATE VIRTUAL TABLE IF NOT EXISTS target_fts USING fts5(
3130 id,
3231 type,
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ export default class ScopesScopeAliasesIndexRoute extends Route {
8383 relatedSearches : [
8484 {
8585 resource : 'target' ,
86- text : search ,
8786 fields : [ 'name' ] ,
8887 join : {
8988 joinFrom : 'destination_id' ,
You can’t perform that action at this time.
0 commit comments