Re: Which apps/solutions are most appropriate for model based search in Django?

2009-10-22 Thread David De La Harpe Golden
>>> That is, a search on students >>> is essentially an answer to the question "Show students that belong to >>> the following schools, and who belong to the following states, and who >>> have the following degrees / diplomas". N.B. That in particular does sound like what might sometimes be calle

Re: Which apps/solutions are most appropriate for model based search in Django?

2009-10-22 Thread chefsmart
Yes, I am also not convinced that an engine focused on full-text search is relevant in this case. But i am no expert on that. I haven't actually benchmarked the performance of the current solution I am using, I am just looking to get some opinions or solutions if django users have encountered thi

Re: Which apps/solutions are most appropriate for model based search in Django?

2009-10-22 Thread bruno desthuilliers
On 22 oct, 07:54, chefsmart wrote: > This is on stackoverflow.com also, but I guess not all Django users > visit that site so I am posting this here also: - > > I have a Django app where most of the search is driven by foreign > keys. For example, assuming Student, School, State, and > Educatio

Which apps/solutions are most appropriate for model based search in Django?

2009-10-21 Thread chefsmart
This is on stackoverflow.com also, but I guess not all Django users visit that site so I am posting this here also: - I have a Django app where most of the search is driven by foreign keys. For example, assuming Student, School, State, and EducationalQualification are Django models, the user woul