Re: wildcard search problem

2006-03-28 Thread Jerry W. Walker
Hi, Tim, From your description, I'm presuming that you're building your NSMutableArray of EOQualifiers as below and building an EOOrQualifer from the array, then using the resulting EOrQualifier in an EOFetchSpecification. If the above is true, although I don't know the reason, off hand,

Re: wildcard search problem (apology)

2006-03-27 Thread Timmy
Sorry for the double-posting. I was having a problem posting to the list - lists.apple.com was choking on my messages for some unknown reason. So, I tried from another machine and ended up with two posts. Sorry, T ___ Do not post admin requests to t

wildcard search problem

2006-03-27 Thread Timmy
WO folks: I've implemented a wildcard search on one of my WOComponents by adding a bunch of EOKeyValueQualifiers to an array. The search takes user input, appends a "*" then I build the qualifiers as so: qualifiers.addObject(new EOKeyValueQualifier("field1", EOQualifier.QualifierOperator

wildcard search problem

2006-03-27 Thread Timmy
WO folks: background - I have a table ("job") that I have extended by adding a one-to-one, owns destination relationship to another table ("jobDepartment" - for correlation to "department"). The reason is long and sordid but it, for now, it makes sense to keep it as is. I am forcing the c