ZF-978: Wildcard queries
Description
That would be good to have wildcard queries to be implemented.
There was a request for this feature in FW-General mailing list
That would be good to have wildcard queries to be implemented.
There was a request for this feature in FW-General mailing list
Comments
Posted by Bill Karwin (bkarwin) on 2007-03-01T16:17:35.000+0000
Assign to Alexander.
Posted by Nils Caspar (pencil) on 2007-05-22T10:18:53.000+0000
I think this feature is very important. Looking for "test" should also find "tests" (by internal adding the "*").
Posted by Alexander Veremyev (alexander) on 2007-05-22T14:12:38.000+0000
Yes. I do agree. It's only postponed to the post-1.0 period.
From the other side the functionality you mentioned should be implemented through appropriate Analyzer, which reduces all lexemes to their base-words:
test => test tests =>test tested => test
testing => test
Posted by Alexander Veremyev (alexander) on 2007-07-12T16:32:34.000+0000
Done.