Releases: luyadev/luya-module-crawler
Releases · luyadev/luya-module-crawler
3.7.2
3.7.2 (31. October 2023)
- #55 Added indonesia language
3.7.1
3.7.1 (10. Mai 2023)
- Changed max char length for builder and index tables
content
field to 16,777,215. According to migrations even 4,294,967,295 characters would be supported.
3.7.0
3.7.0 (18. January 2022)
- New
$encode
option for crawl command. If linkcheck is true, the links will be added to a list. Control whether adding the link to the list should encode or not.
3.6.0
3.6.0 (5. October 2022)
- #48 Added events
beforeProcess
and afterIndex
in order to interact with search results from a none crawled source.
3.5.0
3.5.0 (28. April 2022)
- #46 Prevent the crawler from purge the full index when the builder index is empty. This can be disabled with the new option
--purging=1
.
3.4.1
3.4.1 (28. April 2022)
- #45 Use transaction to sync index table when crawler finish the process.
3.4.0
3.4.0 (5. April 2022)
- Updated deps to latest version of
smalot/pdfparser
parser which now requires at least version php 7.1. Therefore raise php version requirements for luya module crawler to version 7.1 to (which is outdated for a long time already: https://www.php.net/supported-versions.php)
3.3.1
3.3.1 (9. December 2021)
- Small changes in docs, translations, composer dependencies
3.3.0
3.3.0 (10. August 2021)
- #40 Add keywords to content string in order to make them searchable.
3.2.4
3.2.4 (15. April 2021)
- Adjusted the default url rule for the crawler, the action was missing before
crawler/default
now crawler/default/index
.