Rhizi / rhizi

Connective intelligence
GNU Affero General Public License v3.0
13 stars 3 forks source link

Search shouldn't live-update #395

Closed Garbash closed 9 years ago

Garbash commented 9 years ago

Current behaviour is that if I start typing something in the search bar it will highlight nodes as I type. So, if I type "ec" it will highlight all nodes in the graph which start with these words(ecology, economy etc'). This behaviour is not beneficial to users, as it highlight many nodes in the graph that are not important for them.

I suggest to remove the real-time reactivity of search, and trigger search only after: 1) Search button have been pressed. 2) Return button have been pressed. 3) A phrase had been autocompleted. 4) Space have been pressed.

Note -It's important to preserve current behaviour of having search "deactivate" once strings in search bar have been removed

alon commented 9 years ago

note for self: there is already a limit, instead of it wait for a pause? not sure

alon commented 9 years ago

closed by 4c56e301042189f5220543609130cef5c6a36bfa