-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cannot search all apache.org lists alone #238
Comments
I wonder if we should change the query at https://github.com/apache/incubator-ponymail-foal/blob/master/server/plugins/defuzzer.py#L125 to use a regex instead? AIUI, they are almost equally good/bad, speed-wise. |
The problem is that the lid format does not distinguish list name and domain. Could the search use forum instead? |
Forum could eventually be used, but before we attempt that, we would need to make a tool for fixing up already migrated instances, or they would break if they migrated before Sean's forum patch. In the meantime, we could switch to a regex and just acknowledge the fact that, for the time being, it assumes your lists do not have dots in their list-name. |
I see. If RE turns out to be more expensive, it could be used only for searches with a domain that does not have at least N dots in in (where N==2 for the ASF) |
From what I've read, both wildcard and regex are "equally bad" at searching, but I bet we can time it and find out. |
If that is so, then maybe there is a case for adding separate fields for list name and domain. |
There does not seem to be a way to search all @apache.org lists without also searching all @*.apache.org lists.
The text was updated successfully, but these errors were encountered: