Would be nice if there was a tool tip on tag adding forms that noted that tags should be separated by commas.
Created attachment 18149 [details] [review] Bug 6399 - tooltip for tags that says 'separate by comma' Some sites split tags on spaces, some on commas. Since Koha splits on a comma, we should make that clear to the patron. This patch adds additional text to the "New tag(s)" label. To test, enable TagsEnabled, TagsInputOnDetail, and TagsInputOnList. Click "Add tag" on both OPAC search results and an OPAC detail page. Confirm that the revised label appears correctly.
Created attachment 18150 [details] [review] [SIGNED-OFF] Bug 6399 - tooltip for tags that says 'separate by comma' Some sites split tags on spaces, some on commas. Since Koha splits on a comma, we should make that clear to the patron. This patch adds additional text to the "New tag(s)" label. To test, enable TagsEnabled, TagsInputOnDetail, and TagsInputOnList. Click "Add tag" on both OPAC search results and an OPAC detail page. Confirm that the revised label appears correctly. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> all tests pass
This works on the results and details screen for tagging a single record. We also have options for tagging in the cart, the lists and in the result list menu - maybe we should add a hint there too? I like the initial idea of a tooltip, but I agree that on the detail pages having it directly in the label is more obvious.
Created attachment 18225 [details] [review] [PASSED QA] Bug 6399 - tooltip for tags that says 'separate by comma' Some sites split tags on spaces, some on commas. Since Koha splits on a comma, we should make that clear to the patron. This patch adds additional text to the "New tag(s)" label. To test, enable TagsEnabled, TagsInputOnDetail, and TagsInputOnList. Click "Add tag" on both OPAC search results and an OPAC detail page. Confirm that the revised label appears correctly. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> all tests pass Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> All tests pass. There are some more places where we can add tags to multiple records at once, I noted them on the bug. http://bugs.koha-community.org/show_bug.cgi?id=10259
Pushed to master. Thanks, Owen! I agree with Katrin's comment that we should consider adjusting the text at the other three places where a tag can be added.
Pushed to 3.12.x. This will be on 3.12.1.
Pushed to 3.10.x, will be on 3.10.7
This patch seems like a good candidate for 3.8.x, however the patch doesn't apply cleanly as is. Is it possible for you to resubmit a version for 3.8.x?