Re: Deciding how to start building a search form

2010-02-23 Thread Nick
Thanks adam, that was the direction I was looking for. On Feb 23, 4:57 pm, Andy McKay wrote: > On 2010-02-23, at 12:50 PM, Nick wrote: > > > Anyways, what I'm wondering is, should I build this up by hand or > > should I use something like haystack?  I am only querying against

Re: Deciding how to start building a search form

2010-02-23 Thread Andy McKay
On 2010-02-23, at 12:50 PM, Nick wrote: > Anyways, what I'm wondering is, should I build this up by hand or > should I use something like haystack? I am only querying against a DB > and not en entire site. Doing a search on one model is pretty straightforward. If however you need to do full

Deciding how to start building a search form

2010-02-23 Thread Nick
I have seen many messages about this but I am at a loss for what to do. Currently I am building a DB of state representatives. This DB has to other tables besides that of the actual representative. Those tables are for committees those members are part off. I use manytomany and foreign key