Re: [google-appengine] Nearest match in the database

2012-09-01 Thread Rerngvit Yanggratoke
Store n-gram indexes and search by that (http://en.wikipedia.org/wiki/N-gram). You probably have to limit n to small numbers (ex. 5) to reduce database size. On Fri, Aug 31, 2012 at 11:18 PM, Sadaf Noor wrote: > Hello, > > How can i retrieve nearest match from a database? > > Suppose, I have a t

RE: [google-appengine] Nearest match in the database

2012-08-31 Thread Drake
groups.com Subject: [google-appengine] Nearest match in the database Hello, How can i retrieve nearest match from a database? Suppose, I have a table which has different names ["", "","",""]. When I will query for a name like "aa&qu

[google-appengine] Nearest match in the database

2012-08-31 Thread Sadaf Noor
Hello, How can i retrieve nearest match from a database? Suppose, I have a table which has different names ["", "","",""]. When I will query for a name like "aa" it should return "". Is there any way to do that? Or any other suggestion to that? -- Regards, *Md. Sadaf Noor