legacy-api-documentation icon indicating copy to clipboard operation
legacy-api-documentation copied to clipboard

Add Tags Search Support

Open dzenbot opened this issue 11 years ago • 5 comments

For some user case scenarios, it would be interesting to be able to search all the available photo tags, to allow users auto-completion strings.

Route: tags/search

  • keyword: string
  • ordered: most_relevant | most_popular | alphabetically

Like discussed here https://twitter.com/_dzen/status/419850999344271360

dzenbot avatar Jan 05 '14 21:01 dzenbot

@dzenbot I see that you requested a most_relevant sort option, what would be the use case for it?

freeatnet avatar Jan 05 '14 23:01 freeatnet

I've seen this in other APIs:

  • most_relevant = semantic proximity to the string. (ie: Patagon, will first return "Patagonia", "Patagonian")
  • most_popular = based on popularity but related meaning use. (ie: "Patagon" keyword would first return "South America", "Argentina", etc.)
  • alphabetically = well, that's obvious ;)

It was just examples of cool ordering. This is totally optional. What do you think?

dzenbot avatar Jan 05 '14 23:01 dzenbot

Thank you for your clarification. We'll take a look at what we can do.

freeatnet avatar Jan 05 '14 23:01 freeatnet

Great! Thanks

dzenbot avatar Jan 06 '14 00:01 dzenbot

I would/could use tags to sort out some pictures and nsfw content that i dont want to show my apps users. This is what tags could be used for.

Dinchy87 avatar Aug 01 '17 21:08 Dinchy87