ran icon indicating copy to clipboard operation
ran copied to clipboard

Search & Filtering [feature request]

Open dalerka opened this issue 7 years ago • 2 comments

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 avatar Sep 08 '17 07:09 dalerka

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

dalerka avatar Sep 08 '17 09:09 dalerka

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 😄

Sly777 avatar Sep 14 '17 11:09 Sly777