I don't want to search for "vic" I want to search for "victoria" and its in the document. There is nothing else in the document that has the string "vic" in it so I am wondering why it will find "vic" but not "victoria"
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Geoff Bowers Sent: Friday, 30 May 2008 11:03 PM To: cfaussie Subject: [cfaussie] Re: verity quirks On May 30, 2:17 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote: > I have a process of indexing pdf documents and searching but it is > driving me mental > > For example, I have a document that has "Victoria" in it. If I search "vic" > I get a result but if I search for "victoria" I get nothing. Even if > I search for "vict" I get nothing. > > Is verity just crap or am I doing something wrong here? Verity is only going to match the complete word or words from the same word stem (for example, store, stores, stored). For partial matches you need to use wildcards. Try searching for "vic*" -- that should do the trick. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
