Skip to content
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

Open
bthj opened this issue May 12, 2021 · 1 comment
Open

Unable to search for transactions by custom tags #8

bthj opened this issue May 12, 2021 · 1 comment

Comments

@bthj
Copy link

bthj commented May 12, 2021

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

@kespinola
Copy link

Confirming this bug. I have a thread going in discord on the topic.

https://discordapp.com/channels/357957786904166400/817766991799648286/862038750891999263

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants