realm / realm-browser-osx

DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform.
https://realm.io
503 stars 54 forks source link

Realm list on Object Server issue. #289

Closed molind closed 7 years ago

molind commented 7 years ago

When you connect to Object Server it shows list of realms on server. We have 3k realms on our server right now so I use search to find realms of specific user. I put that user id into search field and results show me filtered data. But when i open first result - it opens __admin realm instead of selected realm of that user. My guess that it opens first realm in not filtered list.

molind commented 7 years ago

Checked last commit from master. It works as expected.