VizGrimoire / VizGrimoireR

R Library to analyze data gathered from Metrics Grimoire and others
14 stars 10 forks source link

Queries mix 'mailing_list_url' and 'mailing_list' fields in WHERE clause #35

Open sduenas opened 10 years ago

sduenas commented 10 years ago

In MLS.R file, when 'mailing_list' filter is returned by reposField() function, reposNames() will return a list with the names of the mailing lists. If this names are passed as arguments of MLS functions, empy results will be returned because queries use, in WHERE clauses, 'mailing_list_url' field as filter but not 'mailing_list' field.

dicortazar commented 10 years ago

Yep, this depends on where the values are found (for some reason in some cases we should look for the URL of the mailing list in some fields and in other cases in other fields...).

In any case this should be the same in all of the cases as pointed in the report. I'll have a look at this.