Serializing aliased actors as searchable text field in manticore.

This commit is contained in:
2026-06-09 06:18:05 +02:00
parent ab1e642c36
commit e5e1c5f82b
3 changed files with 13 additions and 4 deletions

View File

@@ -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,