realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Object Server Search #266

Closed misterlib closed 6 years ago

misterlib commented 7 years ago

Using the search bar on v.1.8.3 seems incapable of returning a result

Goals

Search for the Owner name in the search field rather than clicking through the pagination and manually trying to spot the owner.

Expected Results

Type the Owner name into the search field and have that row be returned for access.

Actual Results

Type the Owner name into the search field, and 0 results are returned, no matter if the Owner is on page 50 or page 1. It just doesn't ever return a result.

Steps to Reproduce

Type in the search field, any letter, and all rows instantly disappear.

Version of Realm and Tooling

Logs

systemctl status realm-object-server.service Paste output here
sudo journalctl -u realm-object-server.service Paste output here
cat /var/log/realm-object-server.log Paste output here
morten-krogh commented 7 years ago

Thanks for reporting this bug. Did you use the id of the owner?

Anyway, we will soon release a new UI for ROS where it is possible to find all Realms for a user.

misterlib commented 7 years ago

I'm not sure if it is what you call the ID (because it doesn't say ID anywhere in the UI), but I use the name that is shown in the Owner column. I see that searching for the random string of characters in the Path column works, but not the human readable name from the Owner column. Which, there's no reason that I would know the path from a customer service standpoint of needing to find a user's realm, so searching by the path is useless.

BTW, I wouldn't consider this closed since it is clearly not working still.

morten-krogh commented 7 years ago

I agree that the search should work on the name not just the id.

The reason I closed it is that we will release a new UI that solves this. We will not be doing any work on fixing the current version.

I have reopened it. We can keep the issue open.

misterlib commented 6 years ago

Any timeline for the new release?

Every day I click through my entire list of hundreds of realms, manually looking for the right names in order to support customers. Losing so many hours because search is manual.

bigfish24 commented 6 years ago

@misterlib you can check out the beta here: https://realm.gitbooks.io/realm-object-server/

The server UI is now in a desktop app called Realm Studio. We haven't added search to the Realms or Users pane yet, but would love your feedback overall.

bigfish24 commented 6 years ago

With ROS 2.0 the Realm search lives in Realm Studio vs. a server dashboard so going to close this