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

Integrate NetGenTags #45

Open
1 task
bdunogier opened this issue Oct 26, 2018 · 3 comments
Open
1 task

Integrate NetGenTags #45

bdunogier opened this issue Oct 26, 2018 · 3 comments
Labels
Milestone

Comments

@bdunogier
Copy link
Owner

TODO

  • Specify
@larseirik
Copy link

This is going to be one of the first things customers ask for.. Let me find everything tagged by x

@bdunogier
Copy link
Owner Author

Then the first integration would be, I think, to map the TagId and TagKeyword criteria so that they can be used in search queries.

{
  content {
    articles(query: {TagKeyword: {target: "tags", keyword: ["foo", "bar"]}}) {
      title
    }
  }
}

Anything you'd like to add, @emodric ? :)

@bdunogier bdunogier added this to the 0.4 milestone Nov 9, 2018
@emodric
Copy link

emodric commented Nov 9, 2018

Nope, looks good 👍

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

No branches or pull requests

3 participants