Commit e69c34c9 authored by 王志伟's avatar 王志伟

增加action=search_result_click_search

parent f9b7d5d3
...@@ -50,7 +50,7 @@ object Search_keywords_count { ...@@ -50,7 +50,7 @@ object Search_keywords_count {
s""" s"""
|select params['query'] as search_keywords |select params['query'] as search_keywords
|from online.tl_hdfs_maidian_view |from online.tl_hdfs_maidian_view
|where action = 'do_search' |where (action = 'do_search' or action = 'search_result_click_search')
|and partition_date ='${partition_date}' |and partition_date ='${partition_date}'
""".stripMargin """.stripMargin
) )
...@@ -59,7 +59,7 @@ object Search_keywords_count { ...@@ -59,7 +59,7 @@ object Search_keywords_count {
s""" s"""
|select '${stat_date}' as stat_date,count(params['query']) as search_num |select '${stat_date}' as stat_date,count(params['query']) as search_num
|from online.tl_hdfs_maidian_view |from online.tl_hdfs_maidian_view
|where action = 'do_search' |where (action = 'do_search' or action = 'search_result_click_search')
|and partition_date ='${partition_date}' |and partition_date ='${partition_date}'
""".stripMargin """.stripMargin
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment