You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
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:
Created local Kuzu database from Python code
Installed and loaded FTS extension
Created FTS indexes on the database
Launched Kuzu explorer via Docker using the same local DB
Attempted to install FTS extension again
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
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:
Expected Behavior:
Actual Behavior:
Environment Details