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 -~----------~----~----~----~------~----~------~--~---
