Skip to content

Index Namespacing does not work when querying multiple indexes #148

Description

@KoushikDasika

def add_namespace_to_index(index, cluster) do

When querying multiple indexes (ex: "index_a,index_b,index_c,index_d"), the namespace only adds it for the first instead of all of them.

ex:
Snap.Namespace.add_namespace_to_index("index_a,index_b,index_c,index_d", Snap.Test.Cluster)

Expected: "#{namespace}_index_a,#{namespace}_index_b,#{namespace}_index_c,#{namespace}_index_d"
Actual: "#{namespace}_index_a,index_b,index_c,index_d"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions