Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants