I assume you want all of your queries to function in this way?
If so, you could just translate the * character into a ? at search time, which should give you the functionality you are asking for.
Unless I'm missing something. Matt Cam Bazz wrote:
Hello, Imagine I have the following documents having keys A A>B A>B>C A>B>D A>B>C>D now Imagine a query with keyword analyzer and a wildcard: A>B>* which will bring me A>B>C , A>B>D and A>B>C>D but I just want to get A>B>C and A>B>D so can I make a query like A>B>* but does not have the > character after A>B> Best Regards, -C.B.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]