That's a really good suggestion. Will go over that code today. Still would like to hear other opinions though.
On Aug 26, 1:48 am, Steve Potter <[EMAIL PROTECTED]> wrote: > I really don't have any experience with this. However if I was trying > to implement a search, the first thing I would do is look at the > Django Admin code and see how it was done there. > > Steve > > On Aug 25, 1:15 pm, chefsmart <[EMAIL PROTECTED]> wrote: > > > Please seehttp://dpaste.com/hold/73759/Ineed some guidance > > implementing search feature in django. > > > What I want to do is to be able to search for Regions. Let's suppose > > we have: - > > > A page where the user will be able to specify (a) one or multiple > > states from a list, (b) one user to match with "created_by", (c) one > > user to match with "modified_by". All these three search criteria are > > optional, that is, if all three are not specified, the search returns > > all regions. If one or more criteria are specified, the search returns > > Regions that match all criteria. > > > 1. how do I construct the search page? > > 2. How do I perform a search based on the values obtained when the > > search page is submitted? > > 3. The values returned are not django models, of course. How do I > > translate the values obtained so that they represent their > > corresponding django models? > > 4. How do I perform the query to search Regions? > > 5. The Regions found in search are django models or python data types? > > > I know that's a long list, but I have been trying this for too long > > now. I just couldn't figure out how to do this... > > > Your help is greatly appreciated. > > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---