diff options
author | Frederick Muriuki Muriithi | 2022-11-23 09:15:49 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-11-23 09:15:49 +0300 |
commit | ceecf9a7cda2086391389b360dbd4698b99b1ce9 (patch) | |
tree | c8c1afa4f115cd64d6258b3c727f0ffc1090ea5b | |
parent | e5290ab69eadc70ea40b35f652ee1ddf4286914f (diff) | |
download | gn-gemtext-ceecf9a7cda2086391389b360dbd4698b99b1ce9.tar.gz |
issues: (correlations-return-fewer-results): Link to pull requests
* issues/correlations-return-fewer-results.gmi: Link to pull requests
that should fix the issue.
-rw-r--r-- | issues/correlations-return-fewer-results.gmi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/issues/correlations-return-fewer-results.gmi b/issues/correlations-return-fewer-results.gmi index fa7a79a..8268925 100644 --- a/issues/correlations-return-fewer-results.gmi +++ b/issues/correlations-return-fewer-results.gmi @@ -55,3 +55,9 @@ with a selection of top 500 results I got the following: * Location: Chr: 5, Mb: 70 to 150 => I get 327 results I think the issue here is the sequence of events - the system takes the top 500 results, and then applies the given filters, rather than applying the filters first, then selecting the top 500 of the filtered results. + + +Pull requests to fix this issue: + +* https://github.com/genenetwork/genenetwork3/pull/105 +* https://github.com/genenetwork/genenetwork2/pull/750 |