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

Search & Filtering [feature request] #153

Open
dalerka opened this issue Sep 8, 2017 · 2 comments
Open

Search & Filtering [feature request] #153

dalerka opened this issue Sep 8, 2017 · 2 comments

Comments

@dalerka
Copy link

dalerka commented Sep 8, 2017

Hi, thanks for sharing this!
I'm new to Apollo and Graphcool and wonder if it would be possible to include a good example of implementing some complex search and filtering:

  1. Search posts (in title and description) + search results page.
  2. Filter posts by multiple criteria, e.g. get all posts where:
    "createdAt" is between Date_A and Date_B and
    have "tags" in [ tag1, tagt2, tagt3... ] and
    made by "users" [ user1, user2...] etc.
@dalerka
Copy link
Author

dalerka commented Sep 8, 2017

This tutorial shows how to do a basic search
Still not sure how to do Search AND filtering based on arbitrary number of filters.

@Sly777
Copy link
Owner

Sly777 commented Sep 14, 2017

Hey @dalerka, Thanks for your idea! This one is little bit tricky so That's why it will take time to finish but of course, All contributions are also welcome 😄

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

No branches or pull requests

2 participants