用符号搜索字符串

我使用了图标来过滤与“LIKE”等价的数据。

但它不会触发其他ASCII字符的字符串过滤器,例如/,',&等。

这是一个示例代码

Chartofaccount.objects.all().filter(title__icontains=search).filter(isdeleted=0).order_by('-pk')

这在搜索时效果很好。 但是当我搜索像

cats & dogs

它不会返回任何结果,与其他陈述的字符相同。

链接地址: http://www.djcxy.com/p/38731.html

上一篇: search with string with symbols

下一篇: How to create link for django filter