Registry / database / teamtnt-tntsearch

teamtnt-tntsearch

JSON →
library5.0.3phppackagistunverified

A fully featured full text search engine written in PHP

composer require teamtnt/tntsearch
INSTALL
IMPORT
SIG · TEAMTNT-TNTSEARCH
T
teamtnt-tntsearch
databasephpv5.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TNTSearch
use TeamTNT\TNTSearch\TNTSearch;

Initialize TNTSearch, load an index, and perform a full-text search.

use TeamTNT\TNTSearch\TNTSearch; $tnt = new TNTSearch(); $tnt->loadConfig(['storage' => '/tmp']); $tnt->selectIndex('my_index.index'); $res = $tnt->search('query');
Debug
Known issues
gotchaRequires PHP 7.4+ and the SQLite PDO extension.
fix
Ensure PHP version >= 7.4 and pdo_sqlite is enabled.
affects: >=5.0.0
Upgrade
Version history
5.0.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
Meta
1
Amazon
1
OpenAI (training)
1
Resources
teamtnt-tntsearch — pip install teamtnt-tntsearch · libregistry