Murali-group / GraphSpace

The interactive graph sharing website.
http://graphspace.org
GNU General Public License v2.0
30 stars 41 forks source link

issue #279 Search for nodes and edges not working on private graphs #300

Closed YoonjinTKim closed 7 years ago

YoonjinTKim commented 7 years ago

The issue was caused because some of the nodes do not contain 'aliases' filed in their data and search function is checking 'aliases' field by calling the functions to the null object.

Added conditions to check data('aliases') is not null and conditions for 'name' and 'label' field additionally for the future reference when the user upload node without node and label #279