Ray,
> Will the index system allow you to ask for things like I can ask
> describe("jacob") and get useful information? I would certainly miss
> such a feature.
Me too. The current partial match logic is also implemented in
the stuff I'm working on. I am hoping at some point to separate
exact matches from partial matches. Maybe a different syntax
can help, e.g. ? for exact match and ?? for inexact, or vice versa.
Robert