Parentheses issue

39 views
Skip to first unread message

John Currey

unread,
Sep 27, 2021, 7:23:51 PM9/27/21
to SDQL API
Hi, 

These two NFL queries work fine, the API returns data as expected:
  • season>2018 and wins=0 and o:wins>0 and p:points>10 and AF
  • season>2018 and wins=0 and o:wins>0 and p:points>10 and HD

This query fails:
  • season>2018 and wins=0 and o:wins>0 and p:points>10 and (AF or HD)
Thanks. 

John Currey

unread,
Sep 27, 2021, 7:34:36 PM9/27/21
to SDQL API
More info:

This works - I changed AF to FA:
  • season>2018 and  wins=0 and o:wins>0 and p:points>10 and (FA or HD)
This fails:
  • (p:HF and n:HF) and H and season=2019
This works:
  • p:HF and n:HF and H and season=2019
Seems to be when site is the first shortcut inside the parentheses that is causing the issue. 

Joe Meyer

unread,
Sep 28, 2021, 9:30:28 AM9/28/21
to sdq...@googlegroups.com
John and API Users,

I believe this is fixed.

best regards,

Joe Meyer


--

---
You received this message because you are subscribed to the Google Groups "SDQL API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sdqlapi+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sdqlapi/ab391276-ea4e-454b-8fbf-49549cbff117n%40googlegroups.com.

John Currey

unread,
Sep 28, 2021, 6:08:09 PM9/28/21
to SDQL API
Thanks Joe!
Reply all
Reply to author
Forward
0 new messages