FEATURE: show recent searches in quick search panel (#15024)

This commit is contained in:
Penar Musaraj
2021-11-25 15:44:15 -05:00
committed by GitHub
parent 5647819de4
commit d99deaf1ab
19 changed files with 286 additions and 7 deletions

View File

@@ -187,5 +187,6 @@ end
#
# Indexes
#
# index_search_logs_on_created_at (created_at)
# index_search_logs_on_created_at (created_at)
# index_search_logs_on_user_id_and_created_at (user_id,created_at) WHERE (user_id IS NOT NULL)
#