terraframe / geoprism-registry

GeoPrism Registry is a system for curating interlinked data through time. It's the first framework implementing the Common Geo-Registry specification.
https://geoprismregistry.com/
GNU Lesser General Public License v3.0
18 stars 5 forks source link

List of close matches showing while typing into Explorer search box #895

Closed rfromthecastle closed 1 year ago

rfromthecastle commented 1 year ago

List the CGR information

Describe the bug (clear and concise) When starting to type something in the Explorer search box, a list of options appears from which you can select a Geo-Object with a name that closely matches what is typed. However, once an option is selected the user still has to press the search button and choose a Geo-Object from the returned search results. This seems like a duplicate workflow. The auto-generated list of search results while typing into the search box should therefore best be removed.

To Reproduce

  1. As any user, go to the Explorer module.
  2. Start typing the name of a Geo-Object you want to search for in the search bar.
  3. From the list of close matches that appears, select a Geo-Object.
  4. Press the search button.
  5. Select the same Geo-Object from the search results.

Expected behavior (clear and concise) Either no list of close matches shows while typing into the search box, or when selecting an option from these close matches, the Explorer already opens the chosen Geo-Object.

Screenshots image

Desktop (please complete the following information):

Additional context (if any) None

rrowlands commented 1 year ago

I have removed the autocomplete behaviour when typing. Committed as a0004ed3dc94f4d23dde1e8289c77d01ce078e6f.

rfromthecastle commented 1 year ago

Working on Staging