rfc.fyi icon indicating copy to clipboard operation
rfc.fyi copied to clipboard

Is there a way to search for WG=null ?

Open DavidSchinazi opened this issue 1 year ago • 3 comments

I was looking for a way to find all AD-sponsored RFCs. Conceptually it's all the RFCs where

  • stream == ietf
  • WG == NULL

These don't seem to do the trick:

  • https://rfc.fyi/?stream=ietf&wg=null
  • https://rfc.fyi/?stream=ietf&wg=none
  • https://rfc.fyi/?stream=ietf&wg=

Is there a way to query this?

DavidSchinazi avatar May 17 '24 23:05 DavidSchinazi

Should be possible with a little bit of code.

mnot avatar May 18 '24 01:05 mnot

Thanks. I can look into the code to add this feature. No promises on when I'll manage to get around to it though :-)

DavidSchinazi avatar May 18 '24 01:05 DavidSchinazi

I think it would need to be in data.js:listTaggedRfcs().

mnot avatar May 18 '24 01:05 mnot