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

Ability to search the Nifty Ink back-catalog in different ways #4

Open
davidryan59 opened this issue Sep 7, 2021 · 1 comment
Open

Comments

@davidryan59
Copy link
Contributor

Ideas for searching:

  • Search by ENS name, full or partial (e.g. searching "aust" will find "austingriffith.eth", and any others starting in "aust")
  • Search by partial Eth address, especially by first six chars 0xABCD which are the ones on display
  • Search by Ink Title, partial, ideally for any word within the title, not just from the start

This should improve the visibility of older inks that people might have forgotten about.

@azf20
Copy link
Contributor

azf20 commented Nov 26, 2021

  • Partial ETH address is pretty do-able right away, using "_starts_with" filtering the subgraph
  • Search by ENS name is a little more involved, as it requires searching the ENS subgraph
  • Search by Ink Title isn't currently possible as the title isn't part of the subgraph, but there is some upcoming Graph functionality which will make this possible

Do you see this search functionality being added to the Explore page?

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