Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
Finding objects with the ObjectService:find service should behave similarly to the search window and allow space characters (either unescaped or escaped) in the search term.
Actual Behaviour
Finding objects by name sometimes fails. Furthermore, the ObjectService:find service does not behave like the built-in search window.
Steps to reproduce
Searching for "88 Tau" in the Stellarium search dialog delivers the result as expected.
Using /objects/find?str=88 in the RemoteControl plugin REST GET interface does not include 88 Tau in the result set; Trying to use the exact term (with or without escaping the space character) using /objects/find?str=88 Tau, /objects/find?str=88+Tau/objects/find?str%2088 returns an empty array [].
In addition, it seems that the search results seem to be limited in size and somehow inconsistent. Searching for Aqr returns R Aqr Nebula, whereas a search for 38 also returns 38 Aqr.
Expected Behaviour
Finding objects with the
ObjectService:find
service should behave similarly to the search window and allowspace
characters (either unescaped or escaped) in the search term.Actual Behaviour
Finding objects by name sometimes fails. Furthermore, the
ObjectService:find
service does not behave like the built-in search window.Steps to reproduce
Searching for "88 Tau" in the Stellarium search dialog delivers the result as expected. Using
/objects/find?str=88
in the RemoteControl plugin REST GET interface does not include88 Tau
in the result set; Trying to use the exact term (with or without escaping the space character) using/objects/find?str=88 Tau
,/objects/find?str=88+Tau
/objects/find?str%2088
returns an empty array[]
.In addition, it seems that the search results seem to be limited in size and somehow inconsistent. Searching for
Aqr
returnsR Aqr Nebula
, whereas a search for38
also returns38 Aqr
.System
Logfile
config.ini: flag_start_words = false