[Koha-bugs] [Bug 21846] Using emoji as tags doesn't discriminate between emoji when calculating weights or searching

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 28 23:06:26 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21846

--- Comment #37 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Jonathan Druart from comment #20)
> 1. Maybe we should display the WARNING during the updatedb process only if
> really needed?
> 
> 2. How do I test the maintenance script?

To test:

- Enable tags and disable moderation (or plan to moderate and accept tags)
- Tag 3 records:
   a - with 🐋
   b - with 🌮
   c - with 👍
- Note the weight on each says '3'
- Click the tag to search, you get back all the records
- Apply the previous patches from this bug report
- Run:
  $ updatedatabase to upgrade the schema
  $ kshell
 k$ perl misc/maintenance/fix_tags_weight.pl
=> SUCCESS: the weights make sense

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list