On 23 juin, 17:26, "José Moreira" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> what solutions are you using to provide site search by keywords?

depends on your definition of "search by keywords"...

> as i can see thee are 2 methods
>
> a) periodic website index through custom bot and a lucene like tool

ie, django-search (http://code.google.com/p/django-search/)

> b) implement a search in every 'module' of the website and gather the
> results of each
>
> any thoughts?

c) generic configurable indexer/searcher module using signals to
reindex created or modified items

I'm currently working on such a beast (loosely based on django-
search's 'simple' backend, but using zope's textindexng3 package for
full-text indexing).


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to