Hi there,
There seems to be (at least) 2 missing fields in a database schema (or something), idetect_fact_api and simple_english which generates multiple errors like the below.
Have I missed an initialisation step?
Many thanks,
localdb_1 | ERROR: relation "idetect_fact_api" does not exist at character 917
localdb_1 | STATEMENT: SELECT count(*) AS count_1
localdb_1 | FROM (SELECT idetect_fact_api.document_identifier AS idetect_fact_api_document_identifier, idetect_fact_api.source_common_name AS idetect_fact_api_source_common_name, idetect_fact_api.gdelt_day AS idetect_fact_api_gdelt_day, idetect_fact_api.fact AS idetect_fact_api_fact, idetect_fact_api.unit AS idetect_fact_api_unit, idetect_fact_api.term AS idetect_fact_api_term, idetect_fact_api.specific_reported_figure AS idetect_fact_api_specific_reported_figure, idetect_fact_api.vague_reported_figure AS idetect_fact_api_vague_reported_figure, idetect_fact_api.iso3 AS idetect_fact_api_iso3, idetect_fact_api.location AS idetect_fact_api_location, idetect_fact_api.gkg_id AS idetect_fact_api_gkg_id, idetect_fact_api.category AS idetect_fact_api_category, idetect_fact_api.content_id AS idetect_fact_api_content_id, idetect_fact_api.location_ids_num AS idetect_fact_api_location_ids_num
localdb_1 | FROM idetect_fact_api) AS anon_1
and
localdb_1 | ERROR: text search configuration "simple_english" does not exist at character 4250
...
Hi there,
There seems to be (at least) 2 missing fields in a database schema (or something),
idetect_fact_apiandsimple_englishwhich generates multiple errors like the below.Have I missed an initialisation step?
Many thanks,
and