Shotgun Python Console: bug?

Hi There
when starting the Python Desktop Console
it seems that sg queries are not particular to the current project

code = “E401_0010_0010”
entities = tk.shotgun.find(“Shot”,[[“code”,“is”,code]], )

if that shot exists on another project, it ll be returned as well

since tk is instantiated in the current project (tk.project_path returns the current project), i was expecting the find query to look into the current project only.

is it a bug ?