For example, suppose you have database records that use the following Strings as keys:
Alabama
Alaska
Arizona
Providing a key of Al moves the cursor to the first key (Alabama),
Now, I think the returned result should be UNFOUNDED if provided the search key by "Al". What should I do to ensure that the key is completely matched.