Bug #1992
Science Archives Filtering Bug
100%
Description
When filtering science in the science archives, there is a minor bug. If you select the farside crater biome by clicking Kerbin, Mun, Farside Crater (biome); science collected from the east farside biome also shows up.
History
#1 Updated by TruePikachu almost 11 years ago
Right now, I'm assuming that there is something like a grep in how the filters are applied. For example, if this were SQL, what might be happening isSELECT * FROM experiments WHERE body='Mun' AND biome REGEXP 'Farside Crater';
when what is intended isSELECT * FROM experiments WHERE body='Mun' AND biome='Farside Crater';
I can't test this theory with the tools and Science I have, but if my guess is correct, Minmus would also have the problem, with the Flats and the Great/Greater/Lesser Flats.
#2 Updated by TruePikachu almost 11 years ago
- Status changed from New to Confirmed
- % Done changed from 0 to 10
Confirmed, both for Mun's Farside Craters and Minmus's Flats.
#3 Updated by niftyfingers over 9 years ago
confirming this still happens in 1.0.4.861
#4 Updated by Squelch over 9 years ago
- Platform Win32 added
- Platform deleted (
Windows)
#5 Updated by TriggerAu over 8 years ago
- Status changed from Confirmed to Needs Clarification
- % Done changed from 10 to 0
#6 Updated by TriggerAu over 8 years ago
- Status changed from Needs Clarification to Confirmed
- % Done changed from 0 to 10
#8 Updated by just_jim over 5 years ago
- Status changed from Confirmed to Duplicate
- % Done changed from 10 to 100
Duplicate of bug 10389