Re: site searching

2008-06-24 Thread José Moreira
Hello, there is a module for dynamic pages, another for news, another for book publications... meaning that each one has it's own data model. when the user searches for 'computers', all the modules need to be searched and return possibles results for aggregation into results page, like in djago-s

Re: site searching

2008-06-24 Thread James Matthews
What are you looking to search? If it's dynamic pages why not search the Database On Tue, Jun 24, 2008 at 10:39 AM, bruno desthuilliers < [EMAIL PROTECTED]> wrote: > > > > On 23 juin, 17:55, "José Moreira" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > yes while seaching the mailing list i found djan

Re: site searching

2008-06-24 Thread bruno desthuilliers
On 23 juin, 17:55, "José Moreira" <[EMAIL PROTECTED]> wrote: > Hi, > > yes while seaching the mailing list i found django-search. More bellow. > > 2008/6/23 bruno desthuilliers <[EMAIL PROTECTED]>: > > (snip) > > c) generic configurable indexer/searcher module using signals to > > reindex create

Re: site searching

2008-06-23 Thread José Moreira
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 def

Re: site searching

2008-06-23 Thread bruno desthuilliers
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 to

site searching

2008-06-23 Thread José Moreira
Hello, what solutions are you using to provide site search by keywords? as i can see thee are 2 methods a) periodic website index through custom bot and a lucene like tool b) implement a search in every 'module' of the website and gather the results of each any thoughts? thanks, -- José

Re: Admin Site Searching

2008-03-04 Thread [EMAIL PROTECTED]
On Mar 3, 1:41 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sun, 2008-03-02 at 10:03 -0800, Lee Connell wrote: > > I have configured my django admin site to allow searching. My > > question is when a user logs in and chooses the table they wish to > > make changes to, it automatically q

Re: Admin Site Searching

2008-03-03 Thread Malcolm Tredinnick
On Sun, 2008-03-02 at 10:03 -0800, Lee Connell wrote: > I have configured my django admin site to allow searching. My > question is when a user logs in and chooses the table they wish to > make changes to, it automatically queries ALL data and then gives the > ability to search. Is there an opt

Re: Admin Site Searching

2008-03-03 Thread [EMAIL PROTECTED]
Hi Lee, On Mar 3, 1:22 pm, Lee Connell <[EMAIL PROTECTED]> wrote: > Anyone? Are you using newforms-admin? I think that this would be possible under that branch. I can't speak for trunk, however. Regards, Felix --~--~-~--~~~---~--~~ You received this message beca

Re: Admin Site Searching

2008-03-03 Thread Lee Connell
Anyone? --~--~-~--~~~---~--~~ 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

Admin Site Searching

2008-03-02 Thread Lee Connell
I have configured my django admin site to allow searching. My question is when a user logs in and chooses the table they wish to make changes to, it automatically queries ALL data and then gives the ability to search. Is there an option to default to NOT grabbing ALL data and allowing the user t