內容簡介
此外掛需要使用 Bootstrap,並利用 Bootstrap Datepicker 工具,網址在 https://eternicode.github.io/bootstrap-datepicker/。
此外掛在文章或頁面上方創建搜尋區域,讓使用者能夠輸入搜尋關鍵字、日期區間,或從下拉式選單中選擇過去的一段時間(例如:今天、本週、本月)。使用者也可以組合這些選項來搜尋特定時間段內的關鍵字。注意,如果選擇了「過去的一段時間」的選項,會覆蓋使用者輸入的日期區間。
此搜尋功能利用 AJAX 從資料庫中查詢符合條件的評論,並在評論區顯示所有相關結果。
關鍵字搜尋包含作者姓名和評論內容。
外掛標籤
開發者團隊
原文外掛簡介
This plugin requires Bootstrap, and makes use of the Bootstrap Datepicker at https://eternicode.github.io/bootstrap-datepicker/.
This plugin creates a search area above comments on any post or page. Here, users can choose to enter a search term, enter a date range, or select an option of the recent past (Today, This Week, This Month) from a dropdown. They can also combine these options to search for terms within a certain time period. Please note, a selected “recent past” option will override a date range entered by the user.
The search uses AJAX to query your database for matching comments, and returns all of the relevant results in the comment area.
A term search searches both author names and comment content.
