formulating query

  1.  
    1. Is there way to formulate query which produce non-null data? For example, [{ "name": null "limit": 100 "date_of_birth":null, "type":"/people/person" }] if I want to get results whose date_of_birth are not null, how can I formulate query? Thanks, Nam
      1. Expand the clause you wish to be non-null. For instance, use "date_of_birth": { "value": null } rather than "date_of_birth": null. Hope this helps!

      2. awesome! that works!!!!!!!!!!

        Thanks a lot!

    Discussion is posted in:

    Think this discussion also relates to something else? Cross-post it by adding a new discussion area:

Search Discussions

Related Discussions