Re: Substring Searching for Hebrew Text

2016-07-08 Thread Art Zemon
Never mind... this is s duplicate of a post that I made via email last night. The emailed one finally showed up. I guess it had been held for moderation. -- Art Z. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Substring Searching for Hebrew Text

2016-07-08 Thread Art Zemon
Hello, I have a column in a table that contains Hebrew text. I need to do a query with a LIKE clause on the Hebrew text. The query works if I execute the SQL directly, either in a SQL window of phpMyAdmin or in a command line mysql client. But I cannot get it to work within Django. I tried Bib