Hi all,

I want to implement a keyword search over multiple fields and/or even 
related tables. Tables/orm classes are not designed by me but by users of 
my software, so i will probably let them indicate whether a 
field/relationship should be included (or I'll base it on type, e.g. String 
and Text fields only).

I was thinking of using a hybrid property, but they seem a bit to magical 
for this purpose (might be really slow). Is there a best practice/standard 
way to do this in SQLA?

Cheers, Lars

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to