Skip to content

Support multiple indexes #36

@chammaaomar

Description

@chammaaomar

Currently only a single possible index is support, due to the global variable index in adapter.ts. It would be helpful if getSearchClient could take an index parameter. It currently looks like it does, since it takes the parameter newIndex?: any, but this newIndex is only used as index || newIndex, so if there's an existing index, newIndex ignored. Not sure if that's intentional. Hope my issue is clear. Thanks for developing and maintaining this library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions