我正在使用Elasticsearch显示Listview,并且需要从查询中过滤搜索结果,并且还希望使用django-elasticsearch-dsl
和elasticsearch-dsl=6.4.0,<7.0.0
我尝试使用"|"
运算符进行追加,但到目前为止没有运气:
complete_indexed_list = ['politics','science', 'life', 'movie', 'technology']
user_preferred_list = ['life', 'movie', 'technology']
expected result = ['life', 'movie', 'technology', 'politics', 'science']