push
github
Fix nebula names in search results This appears to be a mistake that had existed even before cc1935b39. The search was returning partial names as the results, which doesn't look like the intended output: the result was generated as a match for the prefix given, but not an exact match for full designation. E.g. M31 for a search prefix "M3". But since the aforementioned commit the results returned include the actual object pointer, which now conflicts with the partial name, since the "M3" is also an exact designation of a completely different object. So this patch fixes the behavior by returning the actual name, rather than the search prefix, which now also lets the user finally get the partial-name search results like M31, M34, etc. Fixes #4858.
0 of 29 new or added lines in 1 file covered. (0.0%)
14723 of 132869 relevant lines covered (11.08%)
15465.54 hits per line