Re: Ticket #2197: Generic search interface

2006-06-19 Thread James Bennett
On 6/19/06, Simon Willison <[EMAIL PROTECTED]> wrote: > Will the Summer of Code project include some kind of fall-back for > when a proper full-text indexing system isn't available? (Something > trivial based on LIKE queries). For small sites the .search() method > would be very useful. Jacob's m

Re: Ticket #2197: Generic search interface

2006-06-19 Thread Simon Willison
On 19 Jun 2006, at 13:25, James Bennett wrote: > We've got a Summer of Code project working on a true > search-engine-like system to integrate into Django, which would > provide searching capabilities far beyond what the database API > offers. So this might end up being redundant. Will the Summe

Re: Ticket #2197: Generic search interface

2006-06-19 Thread James Bennett
On 6/19/06, Matias Hermarud Fjeld <[EMAIL PROTECTED]> wrote: > I have submitted a patch to ticket#2197[0]. Any comments? Does anyone > else think this is useful to have in django? It's a useful thing, but... We've got a Summer of Code project working on a true search-engine-like system to integr

Ticket #2197: Generic search interface

2006-06-19 Thread Matias Hermarud Fjeld
Hello. I have submitted a patch to ticket#2197[0]. Any comments? Does anyone else think this is useful to have in django? [0] http://code.djangoproject.com/ticket/2197 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups