Skip to content

Index Issues #72

@kpenningroth-0504

Description

@kpenningroth-0504

I noticed that when running a query such as this, the mcp server fails: "Can you give me the number of documents where the city is equal to austin for the customers collection?"

The query params are:
"bucket_name": "mcp_demo",
"scope_name": "inventory",
"query": "SELECT COUNT(*) AS count FROM mcp_demo.inventory.customers WHERE city = 'Austin'"

But then it says there is no index for it, then it creates a primary and secondary index, but it never succeeds.

When the data is in an analytics collection, in an analytics namespace, it functions fine.

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