[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Problem with searching



Today at 12:30am, Rohit Dewan wrote:

> An attribute a1 which is a single valued NumericString with
> NumericStringMatch

<snip>

> However, when I do a search on (a1=3*), I get no results back, even if I
> have objectclasses which have the attribute a1 with a value that matches
> that pattern.

Based on your description of the attribute, I'm guessing you have
"EQUALITY numbericStringMatch" but do not have "SUBSTR
numbericStringSubstringsMatch" in your attribute definition.

Frank