Hi,
I am new to Django, I have been using TurboGears for the last few years. I would like to help with regards to a multi search function.
In essence I would like 1 search field/form that will search multiple fields of different datatype example user should be able to search the model/db for either an ID(interger),Name(Text/Char),Date Captured(date time). Secondely my models in split in classes each class representing a database table I have setup forgein keys within the Model Classes to the relation tables. The search should also search all the tables/model.
Is this possible?
Thank in advance.