Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Kuzu Database FTS Index Issue #275

@Benja1972

Description

@Benja1972

Description

When launching the Kuzu explorer application via Docker using a locally created database, the Full-Text Search (FTS) extension and its indexes are not visible in the interface.

Steps to Reproduce:

  1. Created local Kuzu database from Python code
  2. Installed and loaded FTS extension
  3. Created FTS indexes on the database
  4. Launched Kuzu explorer via Docker using the same local DB
  5. Attempted to install FTS extension again
  6. Observed that existing FTS indexes are not visible

Expected Behavior:

  • Existing FTS indexes should be visible in the interface

Actual Behavior:

  • No visibility of previously created FTS indexes
  • Cannot reuse index names; only able to create new indexes

Environment Details

  • Local Kuzu database
  • Python code implementation
  • Docker deployment for explorer application
  • FTS extension installed and loaded in both environments

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions