1

how do i add multiple userSellers to this filter? enter image description here

tried [“1234”,”5678”] [1234,5678] [1234,5678] add a bunch more

1 Answers1

0

to apply more filters, is necessary click at 'Add Filter' and select the additional conditions that you want :)

nataliec
  • 502
  • 4
  • 14
  • thanks but i will only let me do 1 userPointer filter. then the option is gone. i the box i tried ["user","user"] and a bunch of others. I thought maybe since its a pointer i use could use but that don't work either –  Jan 04 '18 at 15:53
  • :) So, to read more about Pointers, Parse Server talk more about it: http://docs.parseplatform.org/js/guide/#one-to-many . The pointer will be a reference to another, for example the class User with Session class. – nataliec Jan 05 '18 at 14:32