Django elasticsearch - how to implement functional (non-native to Elasticsearch, but common in Django) filters/lookups?

后端 未结 0 1072
粉色の甜心
粉色の甜心 2020-12-29 04:01

I am integrating elasticsearch into my Django project. Currently, it works to find the exact match only:

        s = MovieDocument.search().query("match&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题