Python论坛  - 讨论区

标题:[python-chinese] [django]多对多关系搜索

2006年11月02日 星期四 19:32

风向标 vaneoooo在gmail.com
星期四 十一月 2 19:32:08 HKT 2006

Çë½Ì´óÅ£ÎÊÌ⣺

 ¶à¶Ô¶à¹ØϵÈçºÎÈ¥ËÑË÷ÄØ£¿ÔÚlimodouÐÖµÄwoodlogÖÐÊÇÕâÑùдµÄ£º
 if keyword:
            words = keyword.split()
            condition = []
            keys = []
            for key in words:
                key = key.strip()
                if key:
                    condition.append(Q(title__icontains=key) |
Q(body__icontains=key))
                    keys.append(key)
            if condition:
                object_list = Entry.objects.entries().filter(*condition)
                keyword = ' '.join(keys)
                prefix_url += 'keyword=%s' % keyword

ÎÒÔÚQ£¨¡­¡­¡­¡­£©ÕâÒ»²½Ê±¼ÓÈë¶à¶Ô¶àµÄ×Ö¶ÎòËƾÍÒª³ö´í£¬Ôõôȥ½â¾ö¶à¶Ô¶à¶ÔÏ󲿷ֵÄËÑË÷ÄØ£¿
»¹ÓÐÎÒ²»´óÄÜÀí½âlimodouÐÖΪʲôҪÁíÍâÔÙ¸øEntry¼ÓÒ»¸öentries£¨¹¦ÄܺÃÏñÓÖÊÇÒ»ÑùµÄ£©¡£
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061102/dd47407c/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号