Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] template search case-sensitivity
#1
The "search" part of the template search/replace tool is case-insensitive because it just uses a template LIKE '%WhatEver%' database query. However, the "replace" part is case-sensitive because it uses str_replace(). That can cause buggy search results like these:

   

(Notice that the $label variable is only modified on the second result)
#2
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.


Forum Jump:


Users browsing this thread: 1 Guest(s)