Indexing and searching bookmarked memes #9
dennyabrain
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We need to create a flexible and powerful searching mechanism for the memes.
For every meme we bookmark, we'll have searchable data of this shape
We should be able to search for any of these fields.
searching for the top level fields like title, platform, tags would be easy with elasticsearch.
I want our server to also support complex queries for annotation and platform_metadata. So for instance we should be able to pass a query string like "?platform_metadata.caption=cat" and it should return all matching memes with cat in their caption.
You'll have to create two API endpoints /index and /search.
Beta Was this translation helpful? Give feedback.
All reactions