-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
-
Support adding search indexes for models in backends other than the "default" one.
-
Potentially allow indexing from one database backend into another. Which could be useful for:
- indexing external read-only databases
- using Sqlite FTS (which supports BM25 ranking) to index content in PostgreSQL (which doesn't)
This could also be useful for reducing our build matrix quite a bit, as we could avoid running separate CI builds for every database backend.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request