Thanks, Lynne! That did it for basic searches. But I still can't seem to get my funky characters (like �) to show up in query results by pasting it in.
That's how some characters show up in query results, but I guess they're encoded in the database some other way...
Example query results for
this post is attached.
I know that character was originally "»" (and have since removed that from the page title of links like it), but trying a query like the below yields no results:
Code:
select * from post
where pagetext like '%raquo%'
Any other ideas?
Thanks!