Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
asmodios
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: PHP-fts 2.0 – Pure-PHP full-text search, now in 26 writing systems
(github.com)
2 points
by
asmodios
3d ago
|
0 comments
2.
▲
Show HN: PHP-ruler – strict rule engine in pure PHP, zero deps, explain mode
(github.com)
1 points
by
asmodios
3mo ago
|
0 comments
3.
▲
by
asmodios
4mo ago
Thanks for the suggestion. DuckDB is a great tool, but it requires installing a native extension, which is exactly the scenario php-fts is designed to avoid. The primary target is shared hosting (OVH, Infomaniak, o2switch…) where you have n
4.
▲
by
asmodios
4mo ago
Thanks, that was a legitimate omission. I’ve now added transliteration support for Turkish-specific characters (`İ`, `ı`, `Ğ`, `Ş`, etc.) in the normalization layer.
5.
▲
by
asmodios
4mo ago
The zf1s/zend-search-lucene fork still works and gets occasional updates, but it's essentially legacy maintenance on a PHP 5.3-era codebase. It crashed on PHP 7 for a while, and the original ZF team themselves recommended moving o
6.
▲
by
asmodios
4mo ago
Loupe is a great project and more feature-rich than php-fts (stemming, geo, Damerau-Levenshtein typo tolerance). The dependency difference isn't just about Composer packages. Loupe requires pdo_sqlite and SQLite >= 3.35.0, which isn
7.
▲
by
asmodios
4mo ago
Thank you for the detailed feedback, it's genuinely valuable. You're right on all technical points : PHPUnit missing from dev dependencies is an oversight I'll fix, and the Unicode limitations are real and should be clearly d
8.
▲
by
asmodios
4mo ago
Yes, Zend_Search_Lucene was dropped from Zend Framework 2 and never officially maintained for modern PHP. There's a community fork.
9.
▲
Show HN: PHP-fts – Full-text search engine in pure PHP, no extensions
(github.com)
89 points
by
asmodios
4mo ago
|
27 comments
10.
▲
Show HN: BinaryStorage – High-performance PHP binary key/value store
(github.com)
2 points
by
asmodios
10mo ago
|
0 comments