in reply to Re: Re: Basic Database?
in thread Basic Database?

The returned key is the smallest key greater than or equal to the specified key

That will allows you to search for foo*, but not for *foo nor *foo*. Substring search is *foo*-like, but you are right about the 'added functionality'. In some cases even foo* search can be sufficient.