-
- Upgraded to TNTSearch version
2.6.0 - Added German (de) language #103
- Upgraded to TNTSearch version
-
- Upgraded to TNTSearch version
2.5.0 - Pass phpstan level 7 tests
- Upgraded to TNTSearch version
-
- Fixed FlexPages events for add+delete
- Fixed running scheduled index job #104
-
- Fixed bad
require("history")...JS warning #101
- Fixed bad
-
- Added support for CLI
bin/plugin indexto index only a single language (--language=en)
- Added support for CLI
-
- Renamed CLI classes to avoid class name conflicts
-
- Fixed non-routable and non-published pages showing up in search results
- Fixed indexing in multi-language sites
- Use CLI command directly in scheduler command to work #95
-
- Require Grav v1.6.21
- Upgraded to TNTSearch version 2.2 (PHP 7.4 fixes)
-
- Code cleanup
-
- Fixed Grav initialization in CLI
- Work around inconsistencies in page content if page template uses
grav.pageinstead ofpage
-
- Added new Grav Scheduler integration
- Added new Multi-Language Support
-
- Switched to latest TNTSearch version 2.0 (PHP 7.1+)
- Added a new
onFlexObjecSave()event - Simplified indexing logic
- Code cleanup
- Minor CSS improvements for search field
- Implemented a unified indexer process that always uses the CLI command for consistency
- Use Grav YAML handler
-
- Use custom search object in query #63
- Fixed issue with Ajax results escaping
- Fixed issues when updating search index
- Set the db index file as a property of
GravTNTSearchto allow for better overriding - Put better type checking around
onTNTSearchIndex()example that indexespage.header.author
-
- Added new
tntsearch: index: true|falsepage header option to skip specific pages
- Added new
-
- Skip indexing of pages with
redirectset in page header #21
- Skip indexing of pages with
-
- New option to allow disabling of page events, manual updates will be required to pick up changes
-
- Don't remove the X button if
built_in_cssisfalse
- Don't remove the X button if
-
- Refactored TNTSearch to allow core classes to be extensible by other plugins
- Added
phrasessearch support #32
-
- Defaulted TNTSearch to search all pages out of the box. This should be tweaked though
- Added auto-focus to search input #28
- Added option to control
powered by#34 - Added a timer on CLI index command
- Exposing
GravTNTSearchto the browser for JS manipulation - Dispatching
tntsearch:startandtntsearch:doneevents when starting/rendering results - README.md typo fixes
-
- Only update the a page on save if it exists in the current filter and is therefore eligible to be indexed\
- Removed Admin dependency, it works fine without admin too, just need to use CLI
-
- Fix issue with admin saving 'string' for filter #25
-
- Updated TNTSearch to use version
1.3.1of TNTSearch library for PHP 7.2 compatibility #24
- Updated TNTSearch to use version
-
- Added
onTNTSearchReIndex()that you can fire from any plugin to reindex everything
- Added
-
- Fixed an XSS exploit in query
-
- Reworked JS to VanillaJS #12
- Implemented live URI / history refresh when typing in the field
- Added new 'auto' setting for search_type that automatically detects 'basic' or 'boolean'.
- It is now possible to force a search_type mode whether it's
basicorboolean - Updated to TNTSearch Library to v1.1.0
-
- Allow the ability to pass a
placeholderto thepartials/tntsearch.html.twigtemplate - Moved 'fuzzy' option as independent option
- Allow the ability to pass a
-
- Fixed JS issue when at login page
- Fixed results showing on load for drop-downs, instead of in_page only view #10
-
- Extensible output JSON support via new
onTTNTSearchQuery()event. - Added a 'powered-by' link that can be disabled via configuration
- Improved docs by including instructions on how to use CLI to index.
- Extensible output JSON support via new