Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search doesn't consider nodes of unloaded topologies #2393

Closed
fbarl opened this issue Mar 24, 2017 · 1 comment
Closed

Search doesn't consider nodes of unloaded topologies #2393

fbarl opened this issue Mar 24, 2017 · 1 comment
Labels
bug Broken end user or developer functionality; not working as the developers intended it component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer

Comments

@fbarl
Copy link
Contributor

fbarl commented Mar 24, 2017

When doing a generic query (landing on the PODS topology), we only get that topology matched by the query:
search-no-match

Then when switching to a different topology, both of them are matched:
search-no-match-2

This seems to imply that only the loaded nodes are matched, as opposed to all the nodes across all topologies, as it should be by design of getAllNodes method.

Note: This only happens on dev and cloud for some reason, not locally for some reason.

@fbarl fbarl added the component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer label Mar 24, 2017
@fbarl fbarl added the bug Broken end user or developer functionality; not working as the developers intended it label Mar 24, 2017
@fbarl fbarl closed this as completed Mar 28, 2017
@fbarl
Copy link
Contributor Author

fbarl commented Mar 28, 2017

Fixed by #2395.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken end user or developer functionality; not working as the developers intended it component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer
Projects
None yet
Development

No branches or pull requests

1 participant