| David You should be using something like this for a case insensitive search EOKeyValueQualifier q1 = new EOKeyValueQualifier("title", EOQualifier.QualifierOperatorCaseInsensitiveLike, mytitle); Are you using Oracle? If you are the Contains clause if for the Context Index not the normal VARCHAR index. And you would have to do see http://developer.apple.com/documentation/LegacyTechnologies/WebObjects/WebObjects_5/Topics/ProgrammingTopics.3a.html. Which will talk about this. Creating an EOSQLQualifier with "CONTAINS" (Java) EOEntity anEntity=EOModelGroup.defaultGroup().entityNamed("MyEntity"); EOSQLQualifier (anEntity, "CONTAINS(columnName,'"+someString+", 1)>0"); Hope this helps. Paul Paul On Dec 13, 2005, at 7:59 PM, [EMAIL PROTECTED] wrote:
|
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]
