Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Unable to search for transactions by custom tags #8

@bthj

Description

@bthj

After submitting transactions with several custom tags, I'm only able to retrieve the txs with a query for the App-Name tag:

query {
      transactions(    
  tags:  [
    {
      name:  "App-Name",
      values:  [
        "My app"
      ]
    }
  ],
  ...

but trying any other tag, such as version, no txs are returned:

query {
      transactions(    
  tags:  [
    {
      name:  "version",
      values:  [
        "0.0.1"
      ]
    }
  ],
  ...

Retrieving one of the transactions directly with an URL like:
http://localhost:1984/tx/{tx-id}/tags
confirms that the tags are indeed persisted (showing the keys and values Base64 encoded).

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