Re: Advanced search in django?
On Sat, Jul 6, 2013 at 9:39 PM, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> not a separate file, but a separate field. either override the save()
> method of your model, or connect to the pre_save() signal to keep it
> updated with the 'original' text. for searches simply query this
> field against the soundex of the input.
>
> don't forget to add an index to the soundex field
Sorry, didn't get you.
Can you please elaborate more?
--
Kamaljeet Kaur
Blog:http://kamalkaur188.wordpress.com/
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home