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

search for draftname finds false positives #3800

Open
paulwouters opened this issue Jun 24, 2024 · 2 comments
Open

search for draftname finds false positives #3800

paulwouters opened this issue Jun 24, 2024 · 2 comments

Comments

@paulwouters
Copy link

eg: https://mailarchive.ietf.org/arch/browse/last-call/?q=draft-ietf-opsawg-mud-tls

I am trying to get all comments that (ideally in subject but I'll data in body too) have hits.

It shows other mud entries unrelated to draft-ietf-opsawg-mud-tls

I suspect it might be finding matches based on the threads index at the bottom, but that's a wild guess.

@rjsparks
Copy link
Member

From the advanced search "Exact Match" constructor, try
https://mailarchive.ietf.org/arch/browse/last-call/?q="draft-ietf-opsawg-mud-tls"

@rpcross
Copy link
Collaborator

rpcross commented Jul 16, 2024

Robert is correct. Quoting draft names provides the best search results. Unquoted draft names return any message that has any term of the draft name in the message subject or body. Need to investigate if a custom tokenizer can improve the search experience.

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