- Fixes issue where keywords were not being deleted correctly (#13)
- Fixes issue preventing keywords from being disabled on non-primary sites (#12)
- Adds back missing event listeners
- Fixes integrity constraint violation when searches are performed for disabled keywords (#11)
- Resolve GROUP BY error with Popular Searches (#9)
- Resolve prepareFieldDefinitions() deprecation warnings (#10)
- Split Db::upsert() logic to resolve database exception when using PostgreSQL (#9)
- Restructure recent/popular search queries to resolve database exception when using PostgreSQL (#9)
- Ignore numResults when finding existing queries to update searchCount and lastSearched
- Default
enabledsetting to true - Add
debugModesetting to assist with troubleshooting - Cleanup logging, remove unused classes
- Adds GraphQL support
- Fixes template reference
- Deletes all HistoryElement entries from
elementstable on uninstall
- Fixes an issue where only the last word of the search term was being tracked (#2)
- Track only the search term and not the full query (#1)
- Don't redirect to plugin settings after install on console requests
- Cleanup aliasing
- Fixed HistoryElementQuery PHP error for Craft v5
- Updated requirements for Craft CMS 5 compatibility