• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
EOQualifier wildcard problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EOQualifier wildcard problem


  • Subject: EOQualifier wildcard problem
  • From: Awbrey Hughlett <email@hidden>
  • Date: Mon, 10 Nov 2008 15:31:37 -0600

Why does this work for matching the word "Lubbock":

EOQualifier.qualifierWithFormat("city caseInsensitiveLike 'lub*'", null);


and not this:

	String cityWildcard = "lub";
	NSArray args = new NSArray(cityWildcard + "*");
	EOQualifier.qualifierWithFormat("city caseInsensitiveLike %@", args);

Am I missing something? I read the webobjects reference documents on this and they didn't point out the problem. If it makes any difference, I am using webobjects 5.3 and
Wonder. Can anyone help please?



Thanks, Awbrey _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: EOQualifier wildcard problem
      • From: Ramsey Gurley <email@hidden>
    • Re: EOQualifier wildcard problem
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: Update & Delete of an Enterprise Object causes EOEditingContext.saveChanges() to Exception
  • Next by Date: Re: EOQualifier wildcard problem
  • Previous by thread: Re: Great Web 2.0 graphics, buttons, etc., site for photoshop challenged WO Developers ; -)
  • Next by thread: Re: EOQualifier wildcard problem
  • Index(es):
    • Date
    • Thread