Closed ptitzler closed 7 years ago
custom tags have been updated (see pr #41)
@ptitzler regarding case-insensitive auto suggestion, can you clarify? do you mean having an autocomplete input field (for the custom tags) and using all existing/known tags (or custom tags) across all available questions to feed the autocomplete suggestions?
Bluemix toolchain: Delivery Pipeline deployed sodashboard to wdp-infrastructure, including commit 45bb94c7b0ac651d9debe9fb1ede68e30c0b771e
Bluemix toolchain: Delivery Pipeline deployed sodashboard to dev, including commit 45bb94c7b0ac651d9debe9fb1ede68e30c0b771e
One general challenge when using tags is that different users might use variations of the same tag name, which makes analysis much more difficult. For example, a question might be tagged with
Java
,java
,Java_
(note the trailing space) orJava8
. Case insensitive auto-suggestions combined with basic string normalization should reduce the likelihood of ending up with too many semantically identical tags.