You could use a view for substring matching as well - I'm currently working on a couchapp in which I was planning on doing just that.
-- Jim R. Wilson (jimbojw) On Sun, Apr 11, 2010 at 12:55 PM, Mirsal Ennaime <[email protected]> wrote: > On Sun, Apr 11, 2010 at 6:11 PM, J Chris Anderson <[email protected]> wrote: >> A view is actually perfect for this because it does a prefix sort, so you >> can use what the person has typed as the start key. > > Right ! > I thought he wanted to match substrings. > (in a way that "tec" would also match "nanotech") > > -- > Mirsal >
