Skip to content

Multiple database support #9

@kaedroho

Description

@kaedroho
  1. Support adding search indexes for models in backends other than the "default" one.

  2. 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions