Hi,

yes while seaching the mailing list i found django-search. More bellow.

2008/6/23 bruno desthuilliers <[EMAIL PROTECTED]>:
>
> 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"...
>

plain old site wide search on the pages. the visitor types a keyword
and the search results are composed from results of links to pages
from each module

the website is split in apps (obviosly).
there's an app to allow dynamic html content (tinymce), an app for
news, an app for a FAQ, et cetera.

>> 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).
>

its very interesting

>
> >
>



-- 
José Moreira
Vila Nova de Gaia
Portugal

--~--~---------~--~----~------------~-------~--~----~
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