Hi all, how may i apply LiveSearch as Djago official sites do. So far i have tried. I have created full-text index for Listing_channels l=Listing_channels.objects.filter(list_channel__search='Bowling') its working but i do not want to search for particular table.
some one suggested me to inherit all the table from base table or apply search query on each table and combine the result. but this is really awkward. is there any other alternative way. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

