Re: pysqlite smart search

2009-02-23 Thread klia
klia wrote: > > Hey guys; > > I am trying to develop a tiny program using python to search inside sqlite > database with file extension is .db in which the program will ask users to > enter their search query and base on that it will retrieve the results But > > I need the program to have so

Re: pysqlite smart search

2009-02-23 Thread Diez B. Roggisch
klia schrieb: klia wrote: Hey guys; I am trying to develop a tiny program using python to search inside sqlite database with file extension is .db in which the program will ask users to enter their search query and base on that it will retrieve the results But I need the program to have som

Re: pysqlite smart search

2009-02-23 Thread Bret Fledderjohn
2009/2/23 klia > > > > klia wrote: > > > > Hey guys; > > > > I am trying to develop a tiny program using python to search inside > sqlite > > database with file extension is .db in which the program will ask users > to > > enter their search query and base on that it will retrieve the results >

Re: pysqlite smart search

2009-02-23 Thread klia
klia wrote: > > Hey guys; > > I am trying to develop a tiny program using python to search inside sqlite > database with file extension is .db in which the program will ask users to > enter their search query and base on that it will retrieve the results But > > I need the program to have so

Re: pysqlite smart search

2009-02-23 Thread Gabriel Genellina
En Mon, 23 Feb 2009 06:17:41 -0200, klia escribió: I need the program to have some smartness in search mechanism in which the program will guess that the user is looking for these key words in the database. so far i came up with this but the search ain't smart, i have to write the full