Serializing aliased actors as searchable text field in manticore.
This commit is contained in:
@@ -10,8 +10,10 @@ async function init() {
|
||||
await utilsApi.sql(`create table actors(
|
||||
id int,
|
||||
name text,
|
||||
aliases text,
|
||||
slug string,
|
||||
entity_id int,
|
||||
alias_for int,
|
||||
gender string,
|
||||
date_of_birth timestamp,
|
||||
country string,
|
||||
|
||||
Reference in New Issue
Block a user