How hard is it to set up a search engine with Django?

In PHP I used to explode, implode all words of an insert, update. Each
word I would put in to a table words and an other tabel that referred to
the words and id of where it came. You know the drill.

In my own little failed framework in php I used to add in the model view
=>search ... My system would then know this field needs to be
search-able. 

How hard would it be to set something similar in Django.

Enquest

PS. is there any tutorial or plugin for this task to make it more easy
to adept?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to