Hello team,
Today the tag name in tags table is marked as binary. I would like to pass it to "normal" text. I would like to simplify all the code in place for quick search in order to take full advantage of MySql full text engine.
In addition, it will avoid having tags "party" and "Party" just because they were entered at different times with different tools.
The migration task is not obvious (in case you already have "party" and "Party") ...
What do you think ?
Offline
Hi rvelices,
I think it is a good idea to avoid having "Party" + "party" in the same Piwigo. Do you propose to merge tags if case is encountered?
Offline
plg wrote:
I think it is a good idea to avoid having "Party" + "party" in the same Piwigo. Do you propose to merge tags if case is encountered?
yes.
Offline
plg wrote:
Hi rvelices,
I think it is a good idea to avoid having "Party" + "party" in the same Piwigo. Do you propose to merge tags if case is encountered?
In fact as a second thought, this would not be required as the name is not a unique key of tags table. Should I do it anyway ?
Offline
No, keep it that way if it's not mandatory. Users can merge tags by themselves.
Offline