> I was wondering if anyone had any experience with creating a search > box in Django that would make suggestions (such as a drop down right > below the search box) about what they may be looking for. For example > if a database was being searched, it could recommend the names of > database entries. If anyone has any ideas on how to do this it would > be appreciated. AFAIR there are some examples at djangosnippets.org. In general just use library like YUI, ExtJS, jQuery etc. and simply write django view that returns data for widget from one of these libraries.
-- Maciej Wisniowski --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---