Re: search like google

2010-06-06 Thread Odagi
On Jun 6, 4:46 am, Vasil Vangelovski wrote: > See haystackhttp://haystacksearch.org/ > Thanks! That's what I'm looking for! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. T

Re: search like google

2010-06-06 Thread Vasil Vangelovski
See haystack http://haystacksearch.org/ On Sun, Jun 6, 2010 at 9:10 AM, Odagi wrote: > Hello users, > > I'd like to implement searches like google (i.e., resolve typos or > similar words). For example, if I'm looking for the word 'manatan' the > search engine should match similar words like: > >

search like google

2010-06-06 Thread Odagi
Hello users, I'd like to implement searches like google (i.e., resolve typos or similar words). For example, if I'm looking for the word 'manatan' the search engine should match similar words like: 'manatan' 'manhattan' etc. How can I do that using Django' querysets? Many thanks for your attent