In postgres it wouldn't be a big problem to leave the contents of the db
alone, we could just add an index on LOWER(tag) and lowercase the search
terms.  But for mysql the easiest way would be to do what Hugh did in
that patch - basically destroy data by lowercasing everything in the tag
column (removing dupes first to avoid the pk error).  Anther option
would be creating a new indexed column and putting the lowercased tags
in there.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/788444

Title:
  Filtering pages by their tags  - it's case sensitive

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Environment: 1.4

  User can filter pages by their tags but it's case sensitive. It
  depends how user enters tag on the Edit Title and Description page
  (using lower or upper case).

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to