cytoscape / cy-ndex-2

A Cytoscape client app for the NDEx database
MIT License
0 stars 2 forks source link

Re-search when credentials change #36

Open bdemchak opened 7 years ago

bdemchak commented 7 years ago

If I perform a search on "galFiltered.sif" as an anonymous user, then sign on using credentials, how do I get the search to be performed again so that private "galFiltered.sif" networks are added to the search result?

To do this, I seem to have to alter the search box string to trigger the re-search. I then get "galFiltered.sif" entries in my private space.

If I then Sign Out, the galFiltered.sif results are still selectable in the search results (bad) and I get an error if I try to import one.

If I alter the search box string again to trigger the re-search, I get the proper display results.

Is it possible to trigger a re-search when the credential is changed??