posted 17 years ago
a1: Yes. All search words are written in lowercase to the database.
a2: The first use LIKE when performing matches, and the second one uses the equals (=) sign. Note that that first one (LIKE) is much slower.
Rafael
[originally posted on jforum.net by Rafael Steil]