On 11/29/06, Lee McFadden <[EMAIL PROTECTED]> wrote:
> > >
> > > match_query = post_table.select("MATCH (post_title, post_body) AGAINST 
> > > (:q)")
> >
> > :q ?
> >
> :q is a placeholder.  It could easily have been :searchtext  Then you
> would have to change the .execute() call:
>
> results = match_query.execute(searchtext="the text")

Yeah, I figured that much, but never saw that syntax before... Maybe I
was asleep.

[]s

-- 
José de Paula Eufrásio Júnior
aka coredump
http://core.eti.br

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to