Hi @edtex,
You should not have to install moment.js as it is already included in Retool. Your code looks good to me!
I entered the same thing on my end to the github api: q: pushed:>{{ moment().subtract(3, "months").format("YYYY-MM-DD") }}
and it works for me. It is only showing approximately 17 million repos. If I change the 3 to, say, 9, it increases the count substantially.
Can you check your API Request url in the Output pane on your query page to make sure the q parameter is being set properly?
Hello @lindakwoo,
ok thanks for your replay. I think the API request URL is fine because the other URL parameters work fine, but could you share a screenshot to make sure I am looking at the right thing?
edited
Perfect, thank you @lindakwoo! I can reproduce what you did on the main GitHub portal, but still have issues with my org's Github: I'll keep looking into it!
nvm I could figure it out, the key element was "search" that you added in the URL parameter. Thank you so much @lindakwoo for your help! I'll close this request.