A system for collecting key information from all your servers and presenting it through an easy-to-use web GUI with search and browse functions. The previous generation of this system is used in production at the University of Oslo, Norway.
GNU General Public License v3.0
9
stars
7
forks
source link
Reconsider case sensitivity in search functions #124
@oyvindkolbu and @trondham suggested that case sensitivity could be an option instead of hardcoded.
[ ] Write a speed test that pits regexp.FindStringIndex against strings.Index and see if it is a viable alternative. Test with mixed case data and a case-insensitive regex.
@oyvindkolbu and @trondham suggested that case sensitivity could be an option instead of hardcoded.
regexp.FindStringIndex
againststrings.Index
and see if it is a viable alternative. Test with mixed case data and a case-insensitive regex.