OpenConext / OpenConext-manage

Stores and publishes metadata of all entities known to OpenConext
Apache License 2.0
7 stars 10 forks source link

Show some indication if search has more results than shown #322

Closed phavekes closed 4 hours ago

phavekes commented 4 hours ago

This issue is imported from pivotal - Originaly created at Dec 10, 2019 by Raoul Teeuwen

When i search in Manage for example on Pure, i get a result list. I was just told this is \'just the 1st 10\'. There is no indication there are more than 10 results. "When i see 10 results, i assume there are more". Would be nice if there was lazy loading, so you could request for the next 10 or so...

phavekes commented 4 hours ago

There is an indicator that there are more results. See attached screen print. Does this not suffice? (Okke Harsta - Jan 2, 2020)

phavekes commented 4 hours ago

True. I was told for \'Pure\' there were more results than shown while no indicator of more results was shown. Maybe the info i got was wrong. Btw, sometimes you have a hard time wondering what exactly you need to type to get to what you\'re looking for. For example: when you search for TopDesk, you get a lot of hits. I can\'t simply type 2 words, for example \'topdesk uva\' to get all the uva instances. I have to know the exact (beginning of the) string. This makes finding/checking less efficient than i would prefer. (Raoul Teeuwen - Jan 2, 2020)

phavekes commented 4 hours ago

I get 13 results for Pure which is all there is. Cannot reproduce the problem. (Thijs Kinkhorst - Jan 2, 2020)

phavekes commented 4 hours ago

The search on multiple terms sounds like a great addition. Given that we already have 1000+ entities and will have 1000\'s more when we import eduGAIN, we do need something to easier find stuff. (Thijs Kinkhorst - Jan 2, 2020)

phavekes commented 4 hours ago

Extended the autoComplete search to logical search with the AND operator on the search query split on a \'space\' with OR subqueries on the following fields: entityId, name:, keywords: where lang is all sup[ported languages. (Okke Harsta - Jan 2, 2020)

phavekes commented 4 hours ago

(Okke Harsta - Jan 3, 2020)

phavekes commented 4 hours ago

Excellent (Thijs Kinkhorst - Jan 3, 2020)