gathering / gondul

Network management/monitoring system specialized for temporary events
http://tech.gathering.org
GNU General Public License v2.0
43 stars 10 forks source link

Added a basic search results page and search on tags #155

Closed olemathias closed 7 years ago

olemathias commented 7 years ago

Added the possibility to search/filter on tags. Added a basic search results page if more than one result

Example of search on the tag edge

image

KristianLyng commented 7 years ago

I like most of this, however a couple of things I'd like to see:

  1. If there are 0 results, then don't provide a box at all.
  2. Provide 3 different colors for the submit-button. I suggest: White (no hits), blue: multiple hits, green: one (exact) hit.

Hmm, this might be tricky to merge right now with the deployment turned up-side down...

olemathias commented 7 years ago

Results-box no longer popup if there are zero results.

The submit-button now changes color according to the number of results: 0 = white, 1 = green and multiple = blue