Hi,

I would like to propose two enhancements to web UX related to search
suggestions in .org Guide.

1) Hide search suggestions upon click event
In particular this can lead to strange situation like the following one:
- User is here
http://www.elasticsearch.org/guide/en/elasticsearch/rivers/current/index.html
- User types "river" into search field
- User clicks "rivers > rivers" item (currently ~ 6th from the top).
The problem is that this suggestion leads to the same page, it only jumps a
little bit down to #id-1 anchor. (
http://www.elasticsearch.org/guide/en/elasticsearch/rivers/current/index.html#id-1
)
As a result the page is still covered by search suggestions and actual text
on the page is not visible.
It might be actually useful to catch click event at the document level
meaning any click outside search suggestions will hide them.

2) Hide suggestions and clear search field on ESC key event while focus is
in search field.
So far the only way how to hide search suggestions is manually delete the
text in search field. Also note that there seem to be a bug when
a) the text in search field is selected (for example cmd+A or
cmd+Shift+left-arrow)
b) delete key is hit
because if b) happens quickly after a) search suggestions (re-)appear again
despite the search filed is already empty.

Regards,
Lukas

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAO9cvUa3m3VLTRMu_FoZtvLkRfXfGotbrtKuB_mnECQnSNy5qw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to