Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to search for WG=null ? #36

Open
DavidSchinazi opened this issue May 17, 2024 · 3 comments
Open

Is there a way to search for WG=null ? #36

DavidSchinazi opened this issue May 17, 2024 · 3 comments

Comments

@DavidSchinazi
Copy link

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:

Is there a way to query this?

@mnot
Copy link
Owner

mnot commented May 18, 2024

Should be possible with a little bit of code.

@DavidSchinazi
Copy link
Author

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

@mnot
Copy link
Owner

mnot commented May 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@mnot @DavidSchinazi and others