Re: Patch submitted for fulltext search under MySql

2005-11-14 Thread Tim Keating
Well, if you try to use it with any other db backend atm, you will get a "NotImplemented" error. That should be pretty clear :-) The other thing about this patch is it only addresses half the problem -- there's no support in the model for setting up fulltext indexing. But hopefully, that will be

Re: Patch submitted for fulltext search under MySql

2005-11-14 Thread Adrian Holovaty
On 11/14/05, Tim Keating <[EMAIL PROTECTED]> wrote: > This is attached to ticket #593 > (http://code.djangoproject.com/ticket/593). The patch adds a "match" > lookup_type that gets converted into a where clause entry for a > full-text search. I'm not convinced this is a good long-term solution, >

Patch submitted for fulltext search under MySql

2005-11-13 Thread Tim Keating
This is attached to ticket #593 (http://code.djangoproject.com/ticket/593). The patch adds a "match" lookup_type that gets converted into a where clause entry for a full-text search. I'm not convinced this is a good long-term solution, since tt's MySql-only at present, and "match" definitely hews