On Jul 5, 5:08 pm, hinnack <henrik.gens...@miadi.net> wrote: > Thats interesting. > Can you explain, how the search keyword made it into the source? > Entry.objects.filter(headline__search="+Django -jazz Python") > SELECT ... WHERE MATCH(tablename, headline) AGAINST (+Django -jazz > Python IN BOOLEAN MODE); > Seems to be very MySQL specific...
Yes Henrik, it's true- this is a classic example of a *very useful* MySQL-specific feature already in the ORM. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.